Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

How the Entity Framework Code-First mappings reflect the domain driven design?

Hexagonal architecture - a simple use case

Services and Authorization in Onion Architecture

Defining aggregate roots when invariants exist within a list

DDD/CQRS/ES Implement aggregate member using graph database aka using an immediately consistent readModel as entity collection

CouchDB / NoSQL and Domain Driven Design?

Should aggregate roots have dependencies?

ElasticSearch as EventStore

Don’t mock value objects: too generic rule without explanation

What is the recommended way to add child entities to aggregate roots?

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