Skip to content
#

aspnet-core

aspnet logo

ASP.NET is an open source web framework for building modern web apps and services with .NET. ASP.NET creates websites based on HTML5, CSS, and JavaScript that are simple, fast, and can scale to millions of users.

Here are 1,115 public repositories matching this topic...

dasblog-core
poppastring
poppastring commented Nov 28, 2021

Replace client-side caching...
[ResponseCache(Duration = 14400, Location = ResponseCacheLocation.Any)]

...with serverside caching
private readonly IMemoryCache memoryCache;

  • Caching on the home page should be broken when we add a new post or comment (includes status updates and deletes).
  • Caching on the archive page should be broken when we add a new post.
  • Caching on the categor

Created by Microsoft

Released January 2002

Website
asp.net
Wikipedia
Wikipedia