New posts in domain-driven-design

DDD, Anti Corruption layer, how-to?

DDD can event handler construct value object for aggregate

What specific issue does the repository pattern solve?

Difference between an entity and an aggregate in domain driven design

How to avoid anemic domain models, or when to move methods from the entities into services

What is a practical way to model lookup tables in Domain Driven Design (DDD)?

Domain Validation in a CQRS architecture

Repository pattern and mapping between domain models and Entity Framework

What is domain driven design? [closed]

Transactions in the Repository Pattern

Domain Driven Design vs Model Driven Architecture

How to handle set based consistency validation in CQRS?

How does a service layer fit into my repository implementation?

DDD - which layer DTO should be implemented

Is non-programmatic software development feasible? [closed]

What is the difference between Command + CommandHandler and Service?

Polymorphism: Is ORM entity a Domain Entity or Data Entity?

POCO's, behavior and Peristance Igorance

IQueryable & Repositories - take 2?

Domain Driven Design and the role of the factory class