Tags: extension methods
Extension Method Example...
C# 3.0 added a cool feature to the toolkit called Extension Methods. Extension Methods are an extremely simple yet very powerful feature that allows you to bolt on additional method to existing objects without directly modifying those objects.