Using Google Reader Offline
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

Comments (0) - Posted in News Reader, RSS, Tools  


C# In Depth by Jon Skeet Book Review
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


Comments (3) - Posted in Book Reviews, C#  


Using LINQ to Merge Mailing Lists and Filter Opt OutsBuilding the Code Camp Web Site (Article 5)
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




Refactoring With ReSharper, Some Very Nice C# fixes I often use
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.


Comments (1) - Posted in Best Practices, C#, Tools