Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

DDD / Presenter pattern VS Use case optimal query

Event-Sourcing: Aggregate Roots and Performance

Workflow Foundation with DDD

Should domain objects implement IXmlSerializable?

Domain model and EF Core model

Can infrastructure services return domain entities in Uncle Bob's The Clean Architecture?

DDD and Homogeneous Many-to-Many Relationship

domain-driven-design

Should client check postcondition/should called method check precondition?

Circular dependency of Business logic and Data access layer

DDD - Entity's repository dependent validations

Should a single command address multiple aggregates?

domain-driven-design cqrs

ORM / How to deal with the correspondence between Domain object and Persistent object?

DDD Domain Entities using external Services

One service for each entity?

DDD - Two aggregate roots sharing same database table in a single bounded context

Domain Driven Design - Atomic transaction across multiple bounded context

domain-driven-design

What are the differences between Layered architecture with dependencies inversion and Hexagonal architecture?

DDD and CQRS: use multiple repositories from a single command handler?

domain-driven-design cqrs

What is the best way to rehydrate aggregate roots and their associated entities in an event sourced environment

Transaction in DDD design pattern advice