Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

DDD Aggregates: Entity holding identifier to Non-Root Entity in another Aggregate

Implementing DDD Entity class in C#

c# oop domain-driven-design

Should there be a Service Layer in Asp.net mvc?

DDD - Duplication between service layer and repositories

Which layer should Repositories go in?

DDD Aggregates and value objects

domain-driven-design

Injecting domain service into the AggregateRoots in DDD

Implementing Bounded Context to Entity Framework Based Infrastructure

Replacing service layer with MediatR - is it worth to do it?

EF Core how to implement audit log of changes to value objects

DDD - Value Objects Vs. Entity Objects

How to use reusable validation in a ValueObject

State machines for Entities in DDD and Dependency Injection context?

DDD: Getting aggregate roots for other aggregates

DDD in a configurable rules driven system

Handling entity updates from a mapped object

Domain Model Financial Trading application

CQRS - how to model a scenario execution system

domain-driven-design cqrs