One of the new features in C#.NET 3.0 is method extensions. You can add additional methods, for example, to the String class so you can have a ToEmployee method in it. The only difference between a regular static method and a method extension is the addition of the "this" keyword before the parameter declaration.
posted by Nitin Reddy Katkam at 12:10 PM on Nov 2, 2007
"Method Extensions in C# 3.0"
No comments yet. -