Troubleshooting Blocking 101 on sql server
How to find what is blocking some process in SQL-server 2005
0 commentsSave Tags: database
An interview with Roy Osherove author of "The Art of Unit Testing"
A short interview with Roy Osherove about his new book.
0 commentsSave Tags: .net
An interview with Louis Davidson author of pro sql server 2008
Pro SQL Server 2008 Relational Database Design and Implementation is one of those books that should be in the hands of every SQL Server developer.... more »
0 commentsSave Tags: database, server
nHibernate performance against stored procedures
A 5 part blogpost about the performance of a select statement done with ADO.Net using inline sql, and stored procedures (even some dynamic sql) and... more »
0 commentsSave Tags: .net, database, open source, opinion
ASP.NEt MVC article: restful architecture
A nice article on how to write a better ASP.Net MVC application.
0 commentsSave Tags: .net