Author: ScottGu's Blog | Posted on: 1/28/2010 2:27:22 AM | Views : 756

[ In addition to blogging, I am also now using Twitter for quick updates and to share links. Follow me at: twitter.com/scottgu ] This is the fourteenth in a series of blog posts I'm doing on the upcoming VS 2010 and .NET 4 release.  Today's post covers some of the output caching extensibility improvements being made to ASP.NET 4.  These can be used by all ASP.NET 4 applications - including those built using both ASP.NET Web Forms and ASP.NET MVC. Output Caching Today ASP.NET 1.0 introduced the concept of output caching, which enables developers to capture and store the generated output of pages, controls, controllers, and HTTP responses in an in-memory cache.  On subsequent web requests, ASP.NET can then serve content faster by...(read more) ...

Go to the complete details ...