Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

DDD: Should I use the Symfony EventDispatcher for my domain events?

DDD: how to properly implement with JPA/Hibernate entities relation?

How are domain events dispatched from within domain objects?

EF Core and DDD: Store ValueObjects in the same table as Entities, also use parametrized constructors to set property values on Entities

How to properly publish DDD domain events with spring?

Using multiple services or multiple repositories within service?

How do you deal with DDD and EF4

POCOs != Domain Objects?

Domain rich applications without ORMs

Organizing the directory structure of my DDD-based web application?

DDD: caching aggregate objects that received from sever

Domain-Driven Design Class Diagram

Product Configuration Relationships

How to set private fields on a domain model in the repository

DDD: Aggregate Root accessed by another aggregate root

How to avoid anemic data model? Can repositories be injected into entities?

Event Sourcing - where does Domain Logic fit in?

What is the purpose of child entity in Aggregate root?

domain-driven-design

DDD - How to manage entities across bounded contexts in EF Core

Using DDD, How Does One Implement Batch Processing?