Nuacht

The IHostedService interface in ASP.Net Core provides a simple way to implement services that execute in the background.
You can take advantage of the decorator design pattern to add in-memory caching to your ASP.NET Core applications. Here’s how.