Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

Can the Visitor Pattern take additional parameters

In DDD how to pass Value Objects via DTO?

CQRS Query handler with no parameter

layer to implement security in domain driven design?

domain-driven-design

DDD: Can an Aggregate Root be an Entity within another Aggregate Root?

How to ensure the order of messages in CQRS pattern

How do you persist/restore aggregate roots with entities in DDD?

The best way to model the domain together with the domain expert

Abstracting away database specific id:s with the repository pattern?

Immutable collections in Doctrine 2?

from domain model to transaction script

Validation with DDD in SOA application using IoC

How to get correct user stories in BDD? [closed]

How to avoid persisting entire aggregate root when adding child entity?

DDD - Entity creation and validation responsibility

php domain-driven-design

Entities in domain driven design

How to handle Domain Entity validation before it's persisted?

DDD: can a Repository return entities inside an aggregate?

nhibernate, could not resolve property QueryOver only one table

CQRS Event Sourcing check username is unique or not from EventStore while sending command