Some of My Favorite Extension Methods
Spontaneous Publicity
There has been some discussion about extension methods and how they should be used and when. Personally, I try to use them when it will increase the readability of my code. A common candidate for extension methods is the static helper method.
