Quantcast
Channel: DotNetShoutout - Stories tagged with outputcache
Viewing all articles
Browse latest Browse all 5

Output Caching in asp.net

$
0
0
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...
Shout it
Only $4.95/month – Windows 2008/ASP.NET 4 Hosting!

Viewing all articles
Browse latest Browse all 5

Trending Articles