|
|
Working with Arrays in C# .NET
by
Mahesh Chand
on
Jul 09, 2002
This tutorial discusses array programming in C# and .NET. It starts with the discussion of simple arrays and then delves into more complex topics such as jagged and multi-dimensional arrays. In the end, it discusses the Array class and it's methods for searching and sorting an array's items.
|
Generating Random Number and String in C#
by
Mahesh Chand
on
Nov 19, 2004
The Random class defined in the .NET Framework class library provides functionality to generate random numbers. This article shows you how you can use this class to generate random numbers and strings and even combination of both.
|
Timer in C#
by
Mahesh Chand
on
Jan 26, 2001
An article with sample project explains how to work with the Timer control in C# and .NET to write to a text file after few seconds.
|
Free Book: C# Programming for Beginners
by
Mahesh Chand
on
Aug 21, 2007
In this book, you will learn how to write and compile C# programs, understand C# syntaxes, data types, control flow, classes and their members, interfaces, arrays, and exception handling. After completing this book, you should have a clear understanding of the purpose of C# language, it’s usages, and how to write C# programs.
|
TreeView Control in C#
by
Scott Lysle
on
Apr 16, 2007
This is an article addressing some of the basics of working with a TreeView control; the article will address dynamically adding TreeNodes to a TreeView control, searching the nodes to find and highlight a single node or a collection of nodes.
|
Space Invaders for C# and .NET
by
Mike Gold
on
Jun 29, 2005
This is an update of the space invaders game posted on C# Corner 3 years ago for Visual Studio 2005. This version adds spiraling bombs and a ship lives indicator.
|
Working with HashTable in C# 2.0
by
Pradeep Tiwari
on
Nov 13, 2006
Many a times we need to store more than one dimension data in a list and data may not be an integer or string. This article shows how to use HashTable class to store object type data.
|
|
|
|
|
|
|
|
|