Improve Scalability and Performance in ASP.NET Apps
March 17th, 2009
No comments
If you’re looking to scale out ASP.NET applications, here is an interesting article that goes into length on important aspects to improve performance for .NET applications in high-traffic environments.
- The article covers the following topics:
- Optimizing the ASP.NET pipeline system
- ASP.NET, AJAX caching, and what you need to know
- Deploying ASP.NET from a staging to a production environment
- Optimizing the ASP.NET process configuration
- Using a Content Delivery Network (CDN) with your ASP.NET apps
- ASP.NET 2.0 Membership tables
- Progressive UI loading for a smoother, end-user, browser experience
- Optimizing ASP.NET 2.0 Profile provider
Original article: Performance & Scalability in ASP.NET
Categories: ASP.NET, General, Programming, Web Development, Web Servers, Windows ajax, asp.net, optimizing, performance, scaling