C# .NET Extension Methods 3.0
.NET 3.5 Extension methods are a great new way of adding functionality to an existing type – even a type you don’t have the source code to modify that type. This article explains extension methods and provides clear examples along with pros and cons.
By Ian Suttle Popularity (13830 Views)