Episode

C# Fundamentals for Absolute Beginners: (22) Working with Collections

Collections are a more powerful form of arrays. In this lesson, we demonstrate an "old style" collection (pointing out its limitations), along with several of the newer, strongly typed generic collections (List and Dictionary<T1, T2>) utilizing the generics syntax.

Full course outline: