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 utility methods. By making them Extension methods, I make my code a lot easier to read and I just enjoy the syntax of extension methods anyways. I’m listing a few of mine that I keep handy for many projects over time.
More...