Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

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

Repository pattern and Joining table in go

Breaking DDD aggregate root reference rule

How to map a DDD Value Object in EF to a different table?

DDD (Domain Driven Design) Can I use inheritance ?

DDD/CQRS : where to persist

domain-driven-design cqrs

DDD - Relaxing the rule of Eventual Consistency between aggregate

Separate application service for command / query in CQRS implementation in Domain Driven Design?

notification does not implement $INotification C#

Where to put the value objects in the domain layer?

Inheritance and Aggregate Roots