An extremely useful article of how to improve and optimize ASP.NET web application performance.
Some important techniques discussed in the article are:
- ASP.NET pipeline optimization
- ASP.NET process configuration optimization
- Things you must do for ASP.NET before going live
- Content Delivery Network
- Caching AJAX calls on browser
- Making best use of Browser Cache
- On demand progressive UI loading for fast smooth experience
- Optimize ASP.NET 2.0 Profile provider
- How to query ASP.NET 2.0 Membership tables without bringing down the site
- Prevent Denial of Service (DOS) attack
Here is the link:
http://www.codeproject.com/KB/aspnet/10ASPNetPerformance.aspx
Tags: