.NET Core Dependency Injection —Decorator Workaround
I’ve been learning about Domain Driven Design and applying Command Query Separation (CQS) at an architectural level. The Decorator Pattern, using dependency injection (DI), works well with CQS but .NET Core’s dependency injection doesn’t…