Online E-Books Links
ASP.NetC-SharpVB.Net SQL ServerAJAXXML

What are the different advantages of using generic collection classes over non generic collection classes?

Generics collection classes provide the solution to a limitation in earlier versions of the common language runtime and the C# language in which generalization is accomplished by casting types to and from the universal base type Object. By creating a generic class, you can create a collection that is type-safe at compile-time.