5
Shouts

Output Caching in asp.net

published 937 days, 10 hours, 29 minutes ago posted by http://jalpesh.blogspot.com/http://jalpesh.blogspot.com/ 938 days, 20 hours, 20 minutes ago
Wednesday, October 27, 2010 3:41:07 PM GMT Tuesday, October 26, 2010 5:50:03 AM GMT

Recently one of my friend ask about output cache so I decided to put a post about how output cache works and what is the advantages and disadvantage of using output cache. Output cache is a technique to cache generated response from the asp.net pages or controls. Output Caching increases the performance drastically by reducing server round trips. We can use @OutputCache directive to controls output caching for a page or controls. The @OutputCache includes following attributes.Duration: This attribute wi...

category: Web Dev | clicked: 6 | | source: jalpesh.blogspot.com | show counter code
tags: outputcache, Cache, ASP.NET