Monday, 2 December 2013

ASP.NET Output Caching

Output Caching
One of the most sure-fire ways to improve a web application's performance is to employ caching. Caching takes some expensive operation and stores its results in a quickly accessible location.
Output Caching - caches the entire rendered markup of an ASP.NET web page or User Control for a specified duration.
Data Caching - a programmatically-accessible, in-memory data cache for storing objects in the web server's memory.


No comments:

Post a Comment