Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

Domain Model with Nhibernate design issue

How to write functionality using DDD / CQRS

DDD/CQRS: Combining read models for UI requirements

domain-driven-design cqrs

Is MediatR library overused in CQRS examples on the web?

TDD and DDD while still understanding the domain

Is the null object pattern worth it?

Is there an NHibernate killer out there?

Domain Modeling, Domain Objects in DDD

domain-driven-design

DDD: Connection objects are Entity Object or Value Object?

domain-driven-design

How to Add Business Logic to the Domain Service in Domain-Driven-Design?

Alternatives to a deep inheritance hierarchy?

How to create a multilingual domain model

What is the best way to build view model?

How do implement Unit of Work, Repository and Business Logic in ASP MVC?

DDD Auditing? Domain Layer or Repository Layer?

DDD, PHP - where to perform the validation?

How to properly define an aggregate in DDD?

Confusion between view logic and domain logic in a ASP.NET MVC Web Application

Logical Model versus Domain Model

Is it proper TDD practice to design your model before you write tests, or write tests that design your model?