Topic -Using Collection Classes

 Topic -Using Collection Classes

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 – ArrayList Object

Lecture – List and Dictionary

Lecture – Queue and Stack

Lecture – Use of a Dictionary for Property Labels

Associated Assignments

Support Materials