Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

How To Determine Aggregate Root - Domain Driven Design

DDD/MVC: how to avoid hitting the Repository from the View?

Complex DTO structure

Generic Repository Pattern in DDD with CQRS, does it make sense?

Can't help but see Domain entities as wasteful. Why?

Domain Driven Design question

c# domain-driven-design

External third party API related to Entities in a DDD way

DDD element: Aggregates in c#

Jpa/Hibernate map foreign key without relationship

Microservices, REST, event sourcing and data consistency

Synchronizing Query-side Data in CQRS - won't there still be contention?

Repository and Aggregate Roots in Domain Driven Design

c# domain-driven-design

Bean validation inside the domain abstraction

How to avoid N+1 problem with DDD aggregate relations?

Is a transactional outbox needed for event-sourced systems?

Separating business rules from entities in domain driven design

How to decide what goes in the Domain or Application Project in a "DDD" solution?

Why are consistency rules spanning Aggregates allowed to be enforced at some later time?

DDD: should local Entity identity include the parent's?

What data type should I use for an Image in my domain model?

c# domain-driven-design