.NET Core - Caching InMemory and Redis in under 20 minutes.

preview_player
Показать описание


How to set up caching in your .NET Core solution.

Blob post about the cache patterns mentioned at the end of the video:

0:00 - Introduction.
1:24 - How to set up in memory cache in your application.
5:58 - Overview of limitations of in memory cache.
7:18 - Distributed cache setup using Redis in a docker container.
12:26 - Caviats of online tutorials #1 - Dependencies.
13:18 - Caviats of online tutorials #2 - Single Responsibility.
15:30 - Patterns that are not used that much but still important.
Рекомендации по теме