Config\Services is a class made to reduce huge code development on singleton. Unfortunately I have committed an error. When repositoryFacade is got from getShar
I have a project structure like this : Here, IApplicationDbContext.cs interface defined in Application layer and it's implementation is done in Infrastructure
While studying DDD I'm wondering why the Domain model need to define interfaces for the Infrastructure layer. From my reads I got that a high level (domain mo
We are preparing to build a large scale server application. To model the logic effectively we're planning to use DDD, including the tactical p
I have a multi-tenancy project using mediator and CQRS, for some reason my CRUD from order request are returning this error, I already try refactor my handler s