218 Views
C# Extension methods were introduced in C# 3.0. They provide a mechanism to extend(not the inheritance way) the functionality of an existing class by attaching methods to it.....
1 comments
vijayst
10/24/2011 6:31:39 AM
The post has interesting insights on how extension method works.