Writing a web application using ASP.NET is very easy. So easy that a lot of web developers take the time to structure applications for optimal performance. This article presents the top 10 tips in writing high performance web applications.
Many of these tips are very simple and easy to use that you wouldn’t know that it can actually improve its overall performance.
Expect to improve web application peformance through:
- returning multiple result sets
- paging data access
- connection pooling
- using cache API
- Per request caching
- background processing
- page output caching and proxy servers
- running IIS 6.0
- using GZip compression
- server control view state
Read the rest of the tutorial here:Â http://msdn.microsoft.com/en-us/magazine/cc163854.aspx