Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

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

How to inject service to domain entity and how to persist entity

How to choose DDD Aggregate?

c# domain-driven-design

Which layer should be used for user authentication

Implementing user-defined business rules with DDD

Primitive Obsession - Strongly typed int ID with auto increment