Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

Where should infrastructure services contracts live?

DDD - Aggregates for read-only

Aggregate root validation on DDD deferred validation or always valid

java domain-driven-design

How do I inject behaviour into an aggregate?

php domain-driven-design

What difference between Context Map and Bounded Context in DDD?

Entity modeling across bounded context

Creating Aggregate inside method of Another Aggregate

domain-driven-design cqrs

Domain Driven Design, can I put an Entity inside another Entity?

domain-driven-design

Bounded context and infrastructure relationship

Is Form validation and Business validation too much?

Which one do you prefer for Searching/Reporting DataTable or DTO or Domain Class?

shell command to find a process id and attach to it?

DDD - how to enforce invariants but specific to the client requirements?

How to publish event of a none AggregateRoot object?

Data Mapper question in C# .NET

Translator between bounded contexts in DDD (and some other questions)

CQRS: business logic on the query side

Onion Architecture - what are the layers and where to place the services?

Consensus between DDD and Enterprise Architecture [closed]