Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

DDD in a configurable rules driven system

Handling entity updates from a mapped object

Domain Model Financial Trading application

CQRS - how to model a scenario execution system

domain-driven-design cqrs

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?