Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

EF Core and DDD: Store ValueObjects in the same table as Entities, also use parametrized constructors to set property values on Entities

How to properly publish DDD domain events with spring?

Using multiple services or multiple repositories within service?

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