Sunday 27 July 2008 @ 7:08 am
A review of using Google’s offline news reader. The story of how I switched from Bloglines to Google Reader, then finally to the offline Google Reader
Thursday 3 July 2008 @ 12:22 pm
Jon Skeet published a great book titled C# In Depth by Manning Publishers. I strongly recommend getting this book
Thursday 3 July 2008 @ 8:33 am
Combining two mailing lists with LINQ, then removing a third is demonstrated in this post. Using C# 3.0 with .Net 3.5 allows us to leverage LINQ to make this an easy process. This post shows and explains the LINQ code to do this
Thursday 3 July 2008 @ 6:59 am
One of the really nice features I enjoy using in Resharper 4.0 is the refactoring that converts inefficient (and unpleasant to read) syntax into nice efficient code. In this post, I’ll show some refactorings that Resharper (from JetBrains) gives us. There are lots more, but the ones listed below seem to come up the most in my own c# code.