(Jim Mischel) Extension methods are a very clever bit of syntactic sleight-of-hand, and can be very useful in some situations. The LINQ standard query operators that add query functionality to the existing IEnumerable and IEnumerable(T) types are an excellent example of extension methods used well.
Read More - Register for Free Membership
