Generics Class in C#

Generics are the cool features introduce in C# 2.0. Generics allows programmer to design classes and methods decoupled from the data types. It means generics helps the programmer to make their classes and methods type independent.
 
Continue here>>