February 2, 2008 0

10 ASP.NET Performance and Scalability Secrets

By J in Tags: ,

Very good article. Covers all the following topics:

  • 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

http://www.codeproject.com/KB/aspnet/10ASPNetPerformance.aspx

Tags: ,

Leave a Reply