Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in aggregateroot

What is the best way to rehydrate aggregate roots and their associated entities in an event sourced environment

DDD: Aggregates and sub-aggregates

DDD shared entity between two aggregate roots

Deleting a child object of an aggregate root in Entity framework

How do you handle an aggregate root with a collection of child entities whose update frequency is different than the root?

DDD, Abstract class, Aggregates and Repository, one or many repository?

Breaking DDD aggregate root reference rule

DDD (Domain Driven Design) Can I use inheritance ?

Inheritance and Aggregate Roots

DDD aggregate root is it correct to have an static method that create the object

Aggregate Root complexity in Domain-Driven Design

Keeping consistency between aggregates

DDD, Aggregate roots and Entities

Handling events in an cross-aggregate relationships, and aggregate state

DDD Modify one aggregate per transaction with invariants in both aggregates

How to identify aggregate roots in domain model?

Domain Driven Design: How to handle a conceptually large aggregate root?

Transactions crossing aggregate boundaries

DDD: Share entity with multiple aggregate roots

Can non aggregate-root hold a reference for another non aggregate-root?