ASP.NET MVC 3 (final) was released today. When this version was in its infancy I remember reading on codeplex that donut caching was being considered. Does anyone know if this made it into V3? I canno
My website pages are composed of two kinds of content. The first is variable between users but constant for all pages. The second is constant across users, but variable between pages. This is a common
I\'m building a custom page caching utility that uses a syntax like {Substitution:GetNonCachedData} to get data that\'s not supposed to be cached. The solution is very similar to the built-in <@ Ou
I have a page with the following caching defined: <%@ OutputCache Duration=\"60\" VaryByParam=\"None\" %>
I have an ASP.NET page where I am trying to do some output caching, but ran into a problem. My ASPX page has
I would like to use substitution feature of donut caching. public static string GetTime(HttpContext context)
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a