Tag Archive: LINQ

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/

Jan
12

LINQ Musings

LINQ Chart

I was recently reading Justin Etheredge’s blog and he had a really cool post about working on a simple LINQ algorithm to make it run faster http://www.codethinked.com/post/2010/01/10/The-TekPub-LINQ-Challenge-Part-2-Faster-Algorithms.aspx.

Permanent link to this article: http://blogs.dotnetkicks.com/seesharprun/2010/01/12/linq-musings/