Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

MVC pattern + DDD pattern

Options for IoC Auto Wiring in Domain Driven Design

DDD - Aggregate Root - Example Order and OrderLine

C# Domain Model + repository: Where to put code that loads an entity

Is there a suggested pattern for using LINQ between the Model & DataAccess Layers in a DDD based Layered Architecture

How to combine DDD(Domain-driven design) DCI to design a application

domain-driven-design dci

How can I have a behavior-rich domain entity that adheres to Open-Closed Principle?

Packaging repositories and their interfaces in DDD

DDD: The conondrum of Side-Effect-Free functions

Foreign key properties in domain entities

DDD: where should logic go that tests the existence of an entity?

How to handle server errors with layered architecture in web API controller

DDD - Enforcing rules which need to know about multiple aggregate roots

CQRS and email notification

When to use domain event vs double dispatch

domain-driven-design

Domain Driven Design: access a configured value from an Entity without using a Service Locator

State Pattern and Domain Driven Design

Domain Event pattern implementation in Java?

Using a domain model incorporated with a State pattern

DDD, Doctrine2, Aggregates and ArrayCollection: how to isolate the domain model?