Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in aggregateroot

Unit testing domain objects

Behavior of aggregate roots in DDD should be as actor or not?

What is the Aggregate root in this case

Why are consistency rules spanning Aggregates allowed to be enforced at some later time?

How to persist aggregates with repositories?

Event-Sourcing: Aggregate Roots and Performance

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