Manish Kumar
What is Partial Caching in ASP.NET?
By Manish Kumar in ASP.NET on Oct 31 2012
  • Neelamadhab Sahu
    Apr, 2015 23

    Partial caching or Fragment caching allows to cache specific portions of the page rather then whole page. It is done by implementing the page in different parts by creating everything in form of user controls and caching each user control individually.

    • 1
  • Sibeesh Venu
    Apr, 2015 23

    Partial page output caching allows us to cache the rendering of a specific action on the view to enable the site to run faster. This can be a great technique to avoid unnecessary database calls to reduce server load and decrease client latency.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS