C# 3.0 Features - Extension Methods
C# 3.0 and .NET 3.5 are out and ready for consumption, and I have been using some of the new features. One of the new features, Extension Methods, is really cool and can help you consolidate and reuse your code in a logical manner. Take for example, System.Data.DataSet - there is always something I do [...]
Comments (1) | 383 views
