Rob Howard: 10 tips for Writing High-Performance Web Applications
Monday, July 6th, 2009This article discusses:
* Common ASP.NET performance myths
* Useful performance tips and tricks for ASP.NET
* Suggestions for working with a database from ASP.NET
* Caching and background processing with ASP.NET
Contents
Performance on the Data Tier
Tip 1—Return Multiple Resultsets
Tip 2—Paged Data Access
Tip 3—Connection Pooling
Tip 4—ASP.NET Cache API
Tip 5—Per-Request Caching
Tip 6—Background Processing
Tip 7—Page Output Caching and Proxy Servers
Tip 8—Run IIS 6.0 (If Only for Kernel Caching)
Tip 9—Use Gzip Compression
Tip 10—Server Control View State
Please read the original article on MSDN for detail.