Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

DDD: Is there an elegant way to pass auditing information through while updating an aggregate root?

ASP.NET Identity in Domain Driven Design Architecture

Is it considered bad design to pass a repository interface as an argument to a method on a domain class?

In DDD/CQRS, should ReadModel act as ViewModel, if not then where belongs responsibility for mapping?

domain-driven-design cqrs

Lightbend Reactive Architecture Certification

DDD:- How to organize Identity Access features in a solution?

Should a Domain Entity call a repository?

Integration Events in Modular Monolith

DDD building a value object that holds a collection property

Aggregate root optimization with nested objects & big collections

domain-driven-design

CRUD part of app in DDD\ES\CQRS

Applying OOP principles to microservices

DDD bounded context naming

Is this domain or application service

CQRS: Can the write model consume a read model?

domain-driven-design cqrs

Custom setter to be used in MapStruct

How bad is it for Domain Models to have a dependency on View Models?

How to control idempotency of messages in an event-driven architecture?

DDD: Aggregates and sub-aggregates

Domain-Driven Design with Entity Framework & Repository Pattern [closed]