Posts

Showing posts with the label Output cache

Most important new features in ASP.NET 4.0 - Part 1

The focus of ASP.NET 4.0 has mainly been on improving the performance and Search-engine Optimization (SEO). In this article, we'll be taking a look at the most important new features in ASP.NET 4.0. 1.     Output cache extensibility 2.     Session state compression 3.     View state mode for individual control 4.     Page.MetaKeyword  and  Page.MetaDescription  properties 5.     Response.RedirectPermanent  method 6.     Routing in ASP.NET 7.     Increase the URL character length 8.     New syntax for Html Encode 9.     Predictable Client IDs 10.   Web.config  file refactoring 11.   Auto-Start ASP.NET applications 12.   Improvements on Microsoft Ajax Library Output Cache extensibility Output caching, or Page-Level Caching, caches the entire rendered markup of an ASP.NET web page...