Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

How to check unique constraint violation in nHibernate and DDD before saving?

DDD: Reference another aggregates child entity

DDD Application Service Domain Model to View Model Mapping

EventSourcing race condition

How should rules for Aggregate Roots be enforced?

domain-driven-design

Where to put Created date and Created by in DDD?

DDD (Domain-Driven-Design) - large aggregates

RBAC - How to implement per instance access control? (DDD)

Question about Repositories and their Save methods for domain objects

Using Entity Framework Code-first am I required to have the model of my domain anemic?

Are Domain Models different from the Database models?

c# domain-driven-design

MVC DDD: Is it OK to use repositories together with services in the controller?

Domain Driven Design: Handling complex entities with many states and relations (Real Estate)

Accessing a web service from CQRS

Is there a common DDD pattern to deal with under-loading of domain objects?

DDD When should I create a domain object and a persistence object instead of using a persistence object as a domain object?

Can I update multiple aggregate instances of the same type in one transaction?

domain-driven-design

DDD: Entity and its identifier

Data Mapper vs Data access object. Difference. Which one is the better one? [duplicate]

DDD "View Objects"?

c# domain-driven-design