Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

DDD, Encapsulation and Layered Architecture: Is my domain too anaemic?

From CRUD to DDD

domain-driven-design

Best practice for naming Event Types in Event Sourcing

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

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

.NET DDD Example [closed]