Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

The meaning of "entity" in Domain-Driven Design

domain-driven-design

DDD - Domain Model Problem

Scheduled tasks in DDD

DDD Bounded Context integration - Application Service vs Domain Service vs Repositories

Service layer and repositories relationship

IEnumerable<T>.ConvertAll & DDD

How to query aggregate root by some other property apart from Id?

DDD and File Management

Architectural choices for a CRM

Defining allowed value ranges in type member in F#

f# domain-driven-design

1000+ Linq queries or logic in the database...which is worse?

DDD: Model local identity inside agregate root

Executing Commands and Queries without Handlers in CQRS?

Service layer and model associations with Domain-Driven Design

DDD Hexagon - Should the Domain Layer ever talk to the Infrastructure (DAL) Layer in any situation?

How to get an immutable entity from its aggregate in DDD

Should the data access layer know the domain?

DDD : Can a repository access another repository?