Posts
All the articles I've posted.
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>
Why can I not Bind to a value on a DropDownList in a GridView with ASP.NET 2.0 or 3.5?
Published: at 08:00 PM<p>Learn how to bind a DropDownList in an asp.net 2.0/3.5 GridView Edit Row. This will show you how to get the data back to the database and learn why Bind does not help you (hint: SelectedValue is not our friend here).</p>