Attention: We are retiring the ASP.NET Community Blogs. Learn more >

Improving Performance of ASP.NET MVC Applications Using Caching Features

Developers frequently look for opportunities to squeeze the last drop of performance from their web applications. In ASP.NET web forms and user controls Output Caching is a very popular performance enhancement technique. The same technique can also be implemented in ASP.NET MVC applications. Upon applying the Output Caching techniques, the page output is cached so that further requests are served with the cached copy rather than processing and generating it again and again. In this article you will learn how Output Caching is used in ASP.NET MVC applications along with some considerations involved in the process.

http://www.bipinjoshi.net/articles/8210bb78-74b3-4880-b022-bfef47c8915f.aspx

No Comments