New posts in domain-driven-design

How to remove unit of work functionality from repositories using IOC

Should I abstract the validation framework from Domain layer?

Reducing Repositories to Aggregate Roots

Persist Data by Programming Against Interface

How to map View Model back to Domain Model in a POST action?

Why should I isolate my domain entities from my presentation layer?

Confused about Bounded Contexts and SubDomains

What is the difference between domain objects, POCOs and entities?

Value vs Entity objects (Domain Driven Design)

DTO = ViewModel?

What are the benefits of Persistence Ignorance?

Who should handle the conditions in complex queries, the data mapper or the service layer?

Making Entity Class Closed for Changes

DDD - the rule that Entities can't access Repositories directly

What is Domain Driven Design?

Should services always return DTOs, or can they also return domain models?

What is Domain Driven Design (DDD)? [closed]

Domain Driven Design: Domain Service, Application Service

EF codefirst : Should I initialize navigation properties?

Where do I find some good examples for DDD? [closed]