Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

Orders & Inventory DDD - Where should allocation/reservation be handled?

Programming pattern / architectural question

DDD: Address as an aggregate root?

Clarification in dealing with collections with the repository pattern

Distributed DDD in .NET: Sharing Domain Objects with Client

Aggregate Root complexity in Domain-Driven Design

Domain Object extends Data Transfer Object

How do I write commands for an entity that's an aggregate root in one context but not in another?

How to implement DDD with Doctrine2 within a Symfony2 project?

DDD - CreatedBy/CreatedOn in the Domain Model?

Domain service injecting into domain entities

Should the rule "one transaction per aggregate" be taken into consideration when modeling the domain?

Is Domain-Driven Design a right fit for a product in Enterprise Architecture Domain?

Simple Injector: How to register event handlers instances to the event dispatcher

Onion Architecture: Core vs Domain

DDD: Do item counts belong in domain model?

DDD: Who is responsible for the creation of value object and entity?

domain-driven-design

DDD: Where should I set modified date and modified by? Repository or application service?

c# domain-driven-design

How to use Generic Repository with DDD (Domain Model + Persistence Model)?

Keeping consistency between aggregates