Posts
All the articles I've posted.
Refactoring With ReSharper, Some Very Nice C# fixes I often use
Published: at 08:00 PM<br /><p>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.</p><br />
Using LINQ to Merge Mailing Lists and Filter Opt OutsBuilding the Code Camp Web Site (Article 5)
Published: at 08:00 PM<br /> <p>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</p> <br />
C# In Depth by Jon Skeet Book Review
Published: at 08:00 PM<br /><p>Jon Skeet published a great book titled C# In Depth by Manning Publishers. I strongly recommend getting this book</p><br />
Building High Performance ASP.NET Web Applications Downloads
Published: at 08:00 PM<br /><p>Downloads for my presentation to BAADD titled "Building High Performance ASP.NET Web Applications".</p><br />
Making the RSS Feed From the web site Discoverable
Published: at 08:00 PM<br /><p>This post shows how to use a cool tool to making a RSS Feed Discoverable on a web page. It involves creating an entry in the header tag of the page.</p>