Tuesday, December 16, 2008

StyleCop

StyleCop analyzes C# source code to enforce a set of style and consistency rules.

Tuesday, December 9, 2008

Learning ASP.NET's MVC Framework

Here's a post on how to learn the ASP.NET MVC Framework the "easy way".

Thursday, December 4, 2008

SQL Queries and Wasting Memory

This is an article explaining why using non-parameterized ad-hoc queries to get data from SQL Server may not be a good idea.

Wednesday, December 3, 2008

From Technet, here is a document titled "SQL Server 2008 Upgrade Technical Reference Guide".

SQL Server Indexing

Here is a good post covering the basics of SQL Server indexing and here is another on determining if your existing indexes are being used effectively.