Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

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

DDD: what are the OOP alternatives for procedural Application Services?

DDD (Domain Driven Design), how to handle entity state changes, and encapsulate business rules that requires large amount of data to be processed

c# domain-driven-design

Rich Domain Model and ORM