(Jim Mischel) Extension methods allow you to add functionality to a class or interface without modifying the class or interface or creating a new derived type. An extension method is a special kind of static method that can be called as though it were an instance method on the extended type. In C# a
Read More - Register for Free Membership
