Category Archives: ASP.NET

ASP.NET Scalability and Optimization Part 2

In the last post I showed a few ways to reduce bandwidth usage by taking advantage of the Microsoft CDN, ScriptManager, and the AJAX Minifier. In this post I will explain a scalable approach used to better manage session state while scaling with a changing environment.
Continue reading

Posted in ASP.NET, Scalability, Session | Tagged , | View Comments

ASP.NET Scalability and Optimization Part 1

Part 1 of ASP.NET Scalability and Optimization series. In this part of the series we look at how to limit bandwidth and enhance user experience. We take a look at ways to improve strategies around hosting JavaScript content. Continue reading

Posted in ASP.NET, Optmiization | Tagged , , , | View Comments