Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

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]

Generic Repository Pattern - DDD Implementation

CQRS & Event Sourcing - save commands instead of events?

DDD shared entity between two aggregate roots

Deleting a child object of an aggregate root in Entity framework

How do you handle an aggregate root with a collection of child entities whose update frequency is different than the root?

Functional Programming and business domain model

domain driven design repository

Avoid circular references with services and DI

DDD entity constructor parameters

DDD - Update a small detail on an Entity without updating the whole Aggregate Root

TDD + DDD: Model abstractions

DDD, Abstract class, Aggregates and Repository, one or many repository?

DDD - Using a Process Manager or a Domain Service

domain-driven-design

Domain Driven Design: Can Infrastructure or Repositories use Domain objects?

domain-driven-design