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 Developer Videos
More...Latest CodeGuru Developer Columns

Comparing the stdio and iostream C++ Libraries
It's essential to know the differences in these libraries and use them correctly. This brief tutorial will guide you.

.NET Back to Basics: The String Class
Take the plunge into the string class and master it.

Developer Careers for the VB Programmer
Learn about the various types of software development there are as well the job titles that go along with them.
Influencing Users: Compliance and Conformity
Learn about two common influence techniques, compliance and conformity, as well as how to design for them.