Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

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?

Config complex type for value object using NHibernate in C#

What is the best way to use EF 4 and DDD

ViewModel Do's and Don'ts

Java EE: Creating and deleting socket listeners dynamically from the domain model

Managing History object of Entities

Persistent ignorant Domain Layer

c# domain-driven-design

How do I reduce duplication of domain/entity/DTO objects?

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

DTO shape: flat, complex/nested, or a mixture of both