I wrote an article about this topic a few months ago but I wanted to explain it a little further in this article by showing real-world scenarios on when and how to use this feature. So what does Extension Method mean? According to MSDN : "Extension methods enable you to "add" methods to...
More than a year ago when I was reading about C# 3.0 and all the goodness attached to it I saw this new keyword called "var". At first, I thought it was something similar to what Variant means in VB6 or something like the Object type in .NET which is a catch all type bucket for any object in...