|
|
Browse by Tags
All Tags » ASP.NET » LINQ » Tips and Tricks » Visual Studio (RSS)
-
Earlier this year I blogged about a new language extensibility feature of C# and VB called ''Extension Methods''.
Extension methods allow developers to add new methods to the public contract of an existing CLR type, without having to sub-class it or recompile the original type. In doing so they enable a variety ...
|
|
|