Implement "Donut Caching" with ASP.NET 2.0 Output Cache Substitution(weblogs.asp.net)
submitted by
gavinjoyce(25.7k) 5 years, 2 months ago
"One of the most powerful, yet too often under-used, feature areas of ASP.NET is its rich caching infrastructure. ASP.NET's caching features enable you to avoid repeating work on the server for each new request received from clients. Instead, you can generate either html content or data structures once, and then cache/store the results within ASP.NET on the server and re-use them for later web requests. This can dramatically improve performance for your applications, and lower the load on critical backend resources like databases."
|category: ASP.NET
|Views: 140
tags:
Caching CacheSubstitution ScottGuthrie ASP.NET another
Everyones tags:
Your Tags: