DimeCasts.Net #14: Exploring Extension Methods in C# 3.0
In this episode we will be exploring a new feature in C# 3.0/.Net 3.5 called Extension Methods.
Extension Methods are a way to allow a developer to extend an object (add new methods) without having to subclass or recompile that object.