Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

DDD & client-side validation

Is it possible to do DDD and REST interface and language mapping?

Domain Driven Design Auto Incremented Entity Key

In domain-driven design, would it be a violation of DDD to put calls to other objects' repostiories in a domain object?

Aggregates in CQRS

Layers in Domain Driven Design

Is It Incorrect to Make Domain Objects Aware of The Data Access Layer?

DDD. Shared kernel? Or pure event-driven microservices?

Separation of concerns - DAO, DTO, and BO

Why should i build a repository pattern with a unit of work on the top of my EF?

Loading a Value object in List or DropdownList, DDD

In which layer should Specification Pattern objects be "new'ed up"?

Entity vs Aggregate vs Aggregate Root

Persistent and transient objects - confused about terminology

DDD implementation

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?