<< Back to the snippet list

Output caching

Published: 09 Jun 2008 By Granville Barnett

Caching can save you loads of time on the processing side of things, so much so that ASP.NET is rich with caching features - output caching for a specific duration is simple to use. I will use output caching that will only force the render of new markup if the value of CourseId differs from one previously requested.

asp.net Caching

Please login to leave a comment.