Pages

Showing posts with label Best Practices. Show all posts
Showing posts with label Best Practices. Show all posts

Friday, May 9, 2008

Best Practices for Troubleshooting Slow Running Queries

A colleague forwarded this article to me. Although the article contains very useful and valid tips, he pointed out that it does not discuss poorly written T-SQL as a possible cause for slow running queries.

Poorly written T-SQL is probably such a huge topic that it deserves an article of its own.

Anyhow, I hope you can use some of the troubleshooting tips.

Friday, March 28, 2008

Articles about .NET Exception Handling

This morning I added two Code Project articles (which have helped me a lot so far) to my blog:
  • Exception Handling Best Practices in .NET
  • Error Handling in ASP.NET
You will find the links to these articles under the .NET Framework and ASP.NET link lists respectively.