This tutorial which is the first part of a 2 part series will give an introduction to the Collection classes built-into the .NET Frameworks System.Collections namespace; these classes are used to hold collections of values or objects in memory and are commonly known as arrays. The three commonly used collection classes are ArrayList, Hashtable and SortedList, this tutorial will serve as an introduction to these classes.

Read more>>