Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

Aggregate as a service

domain-driven-design axon

Entity Framework Cannot Get Entity and Gives "Object's Key Does Not Match.." Error

DDD / Repository

Domain Driven Design (DDD): Domain Event Handlers – Where to place them?

EF Core: One to many relationship without navigation property in domain

Clean architecture with C#: A better design to perform validation in Value Objects

What is the better approach for creating folder structure on a DDD project

Applying Business Rules stored in a database when using Domain Driven Design

c# domain-driven-design

Is important Repeat yourself rule for CQRS

Just how limited should the responsibilities of a Repository be?

Reactive programming in Domain Design

Entity Framework: storing as a list of complex type

What is an Aggregate Root?

Solve apparent need for outside reference to entity inside aggregate (DDD)

domain-driven-design

Are login/register commands or queries in CQRS

Best practice to apply domain driven design in .NET?

How does persistence ignorance work with references to (non-root) aggregates?

Best practices to manage entities while querying the data out of tables?

What class should have ability to set a password (Repository, User, etc)?

Querying in a DDD system

domain-driven-design