views:

106

answers:

2

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
+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