C# Collections

C# programs run on the .NET Framework - it is an integral component of Windows that includes a virtual execution system called the common language runtime (CLR) and a unified set of class libraries.

Collections are groups of similar objects, it gives an easier way to program dynamic collections of data than arrays because it is Object based with methods for adding and deleting members. The following chapters will help you to look at some of the main features of C# Collection Classes.