Can you recommend a favourite resource/book for techniques and practices on writing asp.net apps that perform/scale well?
+2
A:
A nice resource to start with is Improving ASP.NET Performance: http://msdn.microsoft.com/en-us/library/ms998549.aspx
Darin Dimitrov
2008-12-17 22:44:08
+1
A:
You can also run your code through the Patterns and Practices Checker. This automates the checklist of items given in the article darin mentions.
Patrick Cuff
2008-12-17 22:46:06