Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

Domain driven design and ORM limitations

Entity creation throws "No parameterless constructor defined for this object"

DDD, CQRS, Event Sourcing: Where do entities come from?

Aggregates, Transactional Consistency and the Entity Framework DbContext

DDD generic vs. specific domain events

DDD and EF Code-First Migrations

DDD: What goes into domain and what goes into application?

Where do I implement file storage for a domain model containing files

domain-driven-design

Register EventHandler in CQRS

Domain Model and related data (anemic domain model)

InversionOfControl (Dependency Injection) in DDD Aggregates and Entities

EF Core 3: Configure backing field of navigation property

DDD + Public Parameterless Constructors - Should They Exist?

How do you model roles / relationships with Domain Driven Design in mind?

Is Asp.Net MVC + CSLA + DDD Possible

Sharing domain objects between activities

Accessing Subclassed Aggregate Members

DDD, domain entities/VO and JPA

Should domain objects have dependencies injected into them?

Choosing between immutable objects and structs for value objects

c# oop domain-driven-design