10 ASP.NET Performance and Scalability Secrets

An article by Omar Al Zabir explain 10 easy ways to make ASP.NET and AJAX web sites faster, more scalable and support more traffic at lower cost.

Main points he has discussed in this article

  • 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

Read the full article at code project (don't miss it!!! )

10 ASP.NET Performance and Scalability Secrets

No Comments