6
shouts

Web 2.0 | How to improve the performance of ASP.NET MVC web application

published 199 days, 20 hours, 4 minutes ago posted by farooqkaiserfarooqkaiser 200 days, 16 hours, 53 minutes ago
Monday, August 31, 2009 4:03:21 PM GMT Sunday, August 30, 2009 7:14:29 PM GMT

In this article, i will examine how you can improve the performance of an ASP.NET MVC application by taking advantage of the following components.Implementing Caching Implementing HTTP Compression Implementing JQuery UI library with Google Hosted Ajax Libraries By combining scripts and other resources Deploying production code in release mode. Implementing Caching: The easiest way to implement cache on MVC view is to add an [OutputCache] attribute to either an individual controller action or an entire...

category: ASP.NET | clicked: 74 | | source: www.fairnet.com | show counter code
tags: ASP .NET, ASP .NET MVC Framework, Caching, Http Handler, jQuery