View allAll Photos Tagged ASPdotNET

In this article I will guide you how to cache data in Asp.net Core using in-memory cache. As you know, cache helps access and return data faster than many times if compared with getting data from the database. In Asp.net framework we have IIS cache (Http cache) but in Asp.net core microsoft replace it with In-memory cache technique.

 

www.quizdeveloper.com/tips/caching-data-by-using-in-memor...

In this article, I will explain and guide how to add a Cache-Control header to static files in Asp.net Core. This is a technology help caching static files in the browser of the end-user and from the second request it's no need to request from the server, it can get from the cache disk of the browser, this helps increase the time loading website.

You can read more from below article:

quizdeveloper.com/tips/aspdotnet-core-adding-cache-static...

2