Monthly Archives: March 2011

Don’t Just Say You’re Doing Code Reviews

I keep hearing how wonderful code reviews are to help improve the quality of code. There is a lot of information about how code reviews can improve code design, reduce defects, and share knowledge. I have participated in a number of code reviews, and I can definitely say they have the potential to be a powerful tool. My problem with code reviews is not the concept, but the follow through. Continue reading

Posted in Code Quality, Code Review | Tagged , | View Comments

ASP.NET Scalability and Optimization Part 2

In the last post I showed a few ways to reduce bandwidth usage by taking advantage of the Microsoft CDN, ScriptManager, and the AJAX Minifier. In this post I will explain a scalable approach used to better manage session state while scaling with a changing environment.
Continue reading

Posted in ASP.NET, Scalability, Session | Tagged , | View Comments