Generics in .NET: Type Safety, Performance, and Generality
Hits: 117
Description: By Mark Strawmyer Go to page: 1 2 Next Welcome to this installment of the
.NET Nuts & Bolts column. To fulfill some requests I've received, this
article expands on the use of lists and collections in Microsoft .NET. Its
focal point is generics, which is a new addition in the version 2.0 release
of the Microsoft .NET Framework. The article explains why generics are
valuable and what they can add to your applications, exploring the classes
in the System.Collections.Generic namespace. The...