Decorator Pattern In ASP.NET Core
Let's imagine we have an existing Repository implementation, and we want to introduce caching to reduce the load on the database.
How can we achieve this without changing anything about the Repository implementation?
Decorator pattern is a structural...
milanjovanovic.hashnode.dev3 min read