Congratulations to all the winners of April 2013, they have won INR 3400 cash and INR 20147 worth prizes !
DotNetFunda.Com Logo
Twitter TwitterLinkedIn
YouTubeGoogle
 Online : 9962 |  Welcome, Guest!   Register  Login
 Home > Interview Questions > ASP.NET Interview Questions > What is Fragment Caching ? ... ...

What is Fragment Caching ?

Interview question and answer by: Akiii | Posted on: 5/18/2012 | Category: ASP.NET Interview questions | Views: 705 | | Points: 40


Answer:

Fragment caching is a mechanism in which specific portions of a page is cached rather than the whole page. This is done by the use of user controls.

<%@ OutputCache Duration="90" VaryByParam="None"  %>




Thanks and Regards
Akiii

Found interesting? Add this to:


 Responses

Posted by: Pervej | Posted on: 23 May 2012 03:27:19 AM | Points: 10 | Alert Moderator 
Posted by: Gemamgall | Posted on: 27 Jun 2012 02:12:37 PM | Points: 10 | Alert Moderator 


There are three ways of caching in ASP.NET

1) Page Cache: this is used to cache whole page.
2) Fragment Cache: this is used to cache user controls.
3) Data Cache: this is used to cache small piece of data.

>> Write Response - Respond to this post and get points

Even more ... | Submit Interview Questions and win prizes!

More Interview Questions from Akiii

Even more ... | Submit Interview Questions and win prizes!


About Us | Contact Us | The Team | Advertise | Software Development | Write for us | Testimonials | Privacy Policy | Terms of Use | Link Exchange | Members | Go Top
General Notice: If you find plagiarised (copied) contents on this page, please let us know the original source along with your correct email id (to communicate) for further action.
Copyright © DotNetFunda.Com. All Rights Reserved. Copying or mimicking the site design and layout is prohibited. Logos, company names used here if any are only for reference purposes and they may be respective owner's right or trademarks. | 5/19/2013 11:35:59 PM