Fairfeeds.com - Stories tagged with ASP .NET
1
Votes

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

published 325 days, 10 hours, 44 minutes ago posted by farooqkaiserfarooqkaiser 335 days, 8 hours, 35 minutes ago
Wednesday, September 09, 2009 5:17:19 PM GMT Sunday, August 30, 2009 7:26:31 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... (more)
Category: Technology | Clicked: 3 | Comment | | Source: www.fairnet.com
Tags: ASP .NET, ASP .NET MVC Framework, Caching, Http Handler, jQuery