The Wayback Machine - https://web.archive.org/web/20120121064912/http://www.codeguru.com/csharp/csharp/cs_collections/

    Collections

    [Updated] Using Collections in .NET

    Collections are a vital element of any object-oriented architecture. This article, by Luther Stanton of Intellinet Corporation, introduces collections, looks at some of the benefits and potential drawbacks of using custom collections versus built-in collection-like elements, and then provides a discussion of interfaces and implementations.

    Coming in 2005

    Curious about what to expect in 2005 out of the development community? Check out Bradley Jones' yearly forecast on what to anticipate.

    Overview of the BCL Collection Types

    Illustrates how the .NET Framework offers a consistent programming paradigm for working with collections, lists, and dictionaries.

    Enumerating Objects with .NET

    Explains the programming paradigm (including type safety and performance) used within the .NET Framework Base Class Library (BCL) for enumerating objects.