Posts
All the articles I've posted.
Showing and Hiding Hidden Files in Visual Studio 2008
Published: at 08:00 PM<p>In this post, the option for how to show all files in the solutions explorer is demonstrated.</p>
In C#, When to use String verses string
Published: at 08:00 PM<p>Just a short ramble on when to use string verses use String in C#. Basically they compile to the same IL code</p>
My first LINQ Experience. How to do a simple COUNT() with LINQ to SQL
Published: at 08:00 PM<p>This post has some sample code using LINQ to do a simple SQL count function. It compares the code to a non-LINQ version. It's my first actual LINQ code do don't expect much besides excitement</p>
Pro ASP.NET 3.5 and C# 2008 Released! Another Master Piece
Published: at 08:00 PM<p>A short book review of Pro ASP.NET 3.5 and C# 2008 by Mathew MacDonald, one of my favorite authors.</p>
Book Review: Pro LINQ Language Integrated Query in C# 2008 by Joseph C. Rattz, Jr.
Published: at 08:00 PM<p>A book review on one of the first LINQ books published. IMHO, an excellent book to add to your library</p>