Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

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?

Standard conventions or good practices when naming local/remote interfaces of EJBs?

Connecting the dots with DDD

DDD Object Persistence without Getters

Is it a good design practice to have an interface for each service class in DDD?

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

CQRS Event Sourcing check username is unique or not from EventStore while sending command

Concrete examples on why the 'Anemic Domain Model' is considered an anti-pattern [closed]

Choosing between immutable objects and structs for value objects

c# oop domain-driven-design