Answer: Fragment Caching provides to cache a specific portion of the page, not the whole page. Fragment Caching is achieved by implementing user controls. User controls then implemeted on pages and cache each user controls individually.
Example:
MyUserControl.ascx
<%@ OutputCache Duration='100' VaryByParam='none' %>
Asked In: Many Interviews |
Alert Moderator