Most companies implement superficial caching which is why we fix caching issues all the time
This article is written by our sponsor nautilus2k.com which is a new startup trying to help other startups building data-driven apps on the Microsoft .NET Core/ Azure tech stack.
This is related to the previous articles:
If you have been working in software as long as I have, you will be very familiar with caching. There is all kinds of caching implementations on the Microsoft Stack:
- Static & Dynamic caching in IIS
- ASP.NET Classic Page Caching
- In memory caching — either you can implement it yourself, or use built-in support for caching in .NET/ .NET Core
- Caching using a service like Redis — we reached here after a long history of first…