10 things to avoid pitfalls in ASP.net
I found this article today on MSDN, and it is really great and I think every ASP.net developer needs to read this article in order to provide more robust, secure and scalable applications.
This article discusses:- Caching and forms authentication
- View state and session state
- Profile property serialization
- Thread pool saturation
- Impersonation and profiling
Have fun
Keep Sites Running Smoothly By Avoiding These 10 Common ASP.NET Pitfalls