Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

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?

Why do sagas (aka, process managers) contain an internal state and why are they persisted to the event store?

Should I use separate projects for bounded contexts in DDD .NET?

DDD - How to store aggregates in NoSql databases

Design choice for a microservice event-driven architecture

Stream aggregate relationship in an event sourced system

DDD principles and repositories with Dapper

In TDD and DDD, how do you handle read-only properties in fakes?

How to code a C# Extension method to turn a Domain Model object into an Interface object?

Domain driven programming and events

Design pattern for asynchronous calls in C#