A blog of ASP.NET 2.0 Samples, Articles, Reviews and Discussions. The purpose of this blog is to provide a resource to the quick information that developers need on Microsoft's new ASP.NET 2.0.

Friday, December 09, 2005

Caching Series Part II - Fragment Cache

ASP.NET 2.0 provides the fragment Cache for scenarios that may not need the whole page [most common] page to be cached. All you have to do is add an output cache directive for the user control component and voila. The link below gives a good example. Another form of the output cache is Data Dependent Caching or SQL cache dependency. I already posted an article on this .



Link: http://url123.com/cwh9d

0 Comments:

Post a Comment

<< Home