ASP.NET Caching: Techniques and Best PracticesHits: 38
**
ASP.NET provides three primary forms of caching: page level output caching, user control level output caching (or fragment caching), and the Cache API. Output caching and fragment caching have the advantage of being incredibly simple to implement, and are sufficient in many cases. The cache API provides additional flexibility (quite a lot, in fact), and can be used to take advantage of caching throughout every application.
Platform(s): n/a
Date: Apr, 01 2004 Author: http://www.only4gurus.com/v2/preview.asp?ID=4145 {
Ratings}Number of Ratings: 1 Votes
Visitor Voting Booth:
{
Others Scripts}
|