Category "domain-driven-design"

DDD why should domain model define interfaces for 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

Large scale server application using DDD with Python? [closed]

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

notification does not implement $INotification C#

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