Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

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

Interface with service layer or domain objects themselves? (DDD)

In CQRS, how do I communicate a list of allowable methods on an aggrregate to the UI?

domain-driven-design cqrs

DDD: the Repository contract

Should I mix technologies within assemblies?

Entity's id as constructor argument or through a setter method?

Does an Anemic Domain Model mean you can't use utility/support classes as "helpers" for your domain model?

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