QUOTE(gabehabe @ 2 Oct, 2008 - 05:22 PM)

If that isn't already a snippet, submit it~ I'll approve it right away.
(Though it could do with a few comments)
Eww, comments are for wimps.

I'll see what I can do.
QUOTE(gabehabe @ 2 Oct, 2008 - 05:22 PM)

One question though~ what's this "System.Linq" ?
New toy in VS 2008, LINQ, so they insist on forcing it in by default. It's basically a way to derive a resultset from a collection in a supposedly more intuitive syntax. I believe it's what happens with SQL people and LISP people get hammered and start messing with the language specs. I honestly didn't see anything it could do for me that I couldn't do just simply with more natural feeling methods. This
site seemed to have a lot of good examples.