Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

Is a guid as identity field better in domain-driven design?

CQRS + EventSourcing. Change Aggregate Root history

Persistence ignorance and DDD reality

Aggregate to JPA Entity mapping

How to handle null when comparing equality of value objects?

How to identify aggregate roots in domain model?

Is there a Ruby ORM that uses plain ruby objects and doesn't require you to inherit from a base class?

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

Timeseries/temporal data in DDD on write side in CQRS

Transactions crossing aggregate boundaries

Using query model in command handler/domain services

domain-driven-design cqrs

In ES + CQRS + DDD, can a event not update any real domain state at all?

DDD: Share entity with multiple aggregate roots

Spring Data Rest - How to prevent PUT/PATCH updates to child entities of aggregate root

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

Is it okay to bypass the repository pattern for complex queries?

Sending an e-mail or SMS using CQRS and domain-driven-design

.NET DDD Example [closed]