Tag Archive: ExtensionMethods

Jan
20

Utility Extension Methods [Part 2]

I rather enjoy this theme.  I find extension methods very useful when you have to repeat the same short group of code again & again.  Here a few other extension methods that I find handy.

Permanent link to this article: http://blogs.dotnetkicks.com/seesharprun/2010/01/20/utility-extension-methods-part-2/

Jan
15

Utility Extension Methods

Twit Badge

I realize that every time I post code, although I’m still a rookie in this sport, I’m putting my neck out there for some serious criticism.  But, that’s the only way to have fun in the dev world.  Ever since the introduction of Extension Methods in C# 3.0, I find myself writing a lot of …

Continue reading »

Permanent link to this article: http://blogs.dotnetkicks.com/seesharprun/2010/01/15/utility-extension-methods/