Extension Methods Guidelines in C# .NET

from blog Blog posts on .NET Software Development, C#, and Debugging on Michael's Coding Spot, | ↗ original
In late 2007, C# 3.0 was released with some of the best features in the language. It was in this version that C# took a huge leap forward, opening a gap between it and its foremost competitor Java. Those features included: LINQ Lambda Expressions Expression trees Anonymous types Extension methods And some others In a way, the C# 3.0 feature...