Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

How do you deal with DDD and EF4

POCOs != Domain Objects?

Domain rich applications without ORMs

Organizing the directory structure of my DDD-based web application?

DDD: caching aggregate objects that received from sever

Domain-Driven Design Class Diagram

Product Configuration Relationships

How to set private fields on a domain model in the repository

DDD: Aggregate Root accessed by another aggregate root

How to avoid anemic data model? Can repositories be injected into entities?

Event Sourcing - where does Domain Logic fit in?

What is the purpose of child entity in Aggregate root?

domain-driven-design

DDD - How to manage entities across bounded contexts in EF Core

Using DDD, How Does One Implement Batch Processing?

Domain Driven Design: where does the workflow logic lie?

Why represent shopping carts and order invoices differently in a domain model?

Domain Modeling Question using C# with Entity Framework CTP 4

Role Object pattern question

Domain driven design: Avoiding anemic domains and modelling real world roles

DSL in Clojure that replaces an object-oriented software solution?