Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

Defining application layers in Domain-Driven-Design

Nhibernate - One-to-one mapping with Cascade all-delete-orphan, not deleting the orphan

MVC + WCF + TDD or DDD architecture [closed]

Value Object within Value Object [DDD]

domain-driven-design

Composition Root in ASP.NET MVC DDD application

What is the relationship between Reconstitution Factories and Repositories in DDD?

domain-driven-design

Event Sourcing with Side-Effects

Storing events when using Event Sourcing

How to split doctrine entity into more domain entities in different bounded contexts?

CQRS: How to implement a voting mechanism (many to many relationship)

Designing java project for monoliths and microservices at same time

How to handle (partially) dependant aggregate roots?

domain-driven-design

In Domain Driven Design when an entity clones itself who adds it to its container?

DDD modeling, interaction between aggregate roots

Best Place To Save Domain To Write Database In CQRS (Command Handler or Domain Event Handler)

domain-driven-design cqrs

How to properly define exception strategy in .NET enterprise application with DDD pattern?

could domain models be aware of repositories?

DTO to Entity And Entity to DTO

How to update/migrate data when using CQRS and an EventStore?

Should API infrastructure classes be part of the domain in DDD?