Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

Domain Driven Design and Security

domain-driven-design

Where to put domain logic which needs to fetch data from database

Best practice for setting default values for model properties in Domain Driven Design?

DDD validation without throwing exceptions

Node.js - Abstracting mongoose model from domain model

DDD functional way: Why is it better to decouple state from the behavior when applying DDD with functional language?

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