Refresh your skills on the basics of the .NET base classes.
Latest Collections Articles
Vectors for the C# Developer
Generic Lists (and, for that matter, most of the collections in the "System.Collections" namespace) are already generics aware.
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.
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.
Overview of the BCL Collection Types
Illustrates how the .NET Framework offers a consistent programming paradigm for working with collections, lists, and dictionaries.
Latest CodeGuru Developer Columns
Understanding the C++ Utility Components in the C++ Standard Library
Learn more about a few commonly used components and explore their utility and usages.

Top Programming Languages to Use for .NET Development
Take a look at some of the most popular languages to use within the .NET paradigm.

Using Common Visual Basic Maths Conversion Functions—Imperial to Metric
When you need to convert imperial to metric and vice versa, here are some formulas to keep on hand.
The Value of APIs
Application Programming Interfaces (APIs) are where you have to be. It's not a matter of if as much as a matter of which.