One of the greatest additions to .NET 2.0 is Generics. The ability to have a code template that is type safe, yet not type specific, is a huge time saver when it comes to writing collections and working with code that is repeated over and over again.
Read More