|
by Keyvan Nayyeri via Keyvan Nayyeri on 3/8/2008 4:55:13 PM
Introduction of Extension Methods in .NET 3.5 was one of the main new stuff in this version and the main reason was the necessity to have such a feature for LINQ. There have been many articles and tutorials about this new feature and the concept is easy to learn and implement. However, I think that no one can believe the value of this new feature until he or she applies this feature to reduce a lot of existing code written in previous versions of .NET framework. For me this happened today and I
... [ read more ]
|