Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

How to map database entity to the domain entity in DDD

BDD/DDD Where to put specifications for basic entity validation?

How to log "who did what" without adding userId in every method?

How to build F# type fulfilling business rules?

How does the Unit of Work pattern accommodate references to new aggregates?

What is the Aggregate root in this case

What is a framework from DDD perspective?

Is it correct to hand a Service to an Entity?

domain-driven-design

How do I avoid duplicating validation logic between the domain and application layers?

Using Durable Functions, how to return multiple values from an Activity Functions

Pass DTO interface into Domain Factory?

c# domain-driven-design dto

Visual Studio - DDD Modules and Onion

Differentiation between Synchronous Domain Events, Asynchronous Domain Events and Integration Events

How to convert from Expression<Func<DomainType>>predicate to Expression<Func<DTOtype>predicate

Where to put "ViewModel Classes" in DDD approach?

DDD Repositories and Factories

Which .NET frameworks allow you to create Business Entities first, then Database