Saturday, November 1, 2008

Caching:

Caching is a technique widely used in computing to increase performance by keeping frequently accessed or expensive data in memory.
In context of web application, caching is used to retain the pages or data across HTTP requests and reuse them without the expense of recreating them.
Asp.net has 3 kinds of caching strategies Output Caching, Fragment Caching and Data Caching

No comments: