Reading
Required Reading
http://csharp.net-informations.com/collection/csharp-collection-tutorial.htm A tutorial on collections that demonstrates Array, ArrayList, HashTable, Stack, Queue, NameValueCollection.
Reference Reading
http://msdn.microsoft.com/en-us/library/aa288462%28v=vs.71%29.aspx -This demonstrates how to create a class that implements IEnumerable – a required interface of any collection.
Supporting Lectures
Lecture – Use of a Dictionary for Property Labels
Associated Assignments
Support Materials
Back to List of All COP4834 Topics