Using Generic Extension Methods
Posted: 4 Sep 2008
Updated: 24 Oct 2008
Views: 22,794
Rating: 2.57/5
Votes: 13
Popularity: 2.86
Licence: The Code Project Open License (CPOL)
Bookmarked: 16
Downloaded: 0
Explains the concepts of Generics (introduced in C# 2.0) and Extension Methods (introduced in C# 3.0) and how to mix those together to get a new concept of Generic Extension Methods that will make a difference in our class designs.