Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

C#-DDD: Which layer DTO belong into?

c# domain-driven-design

Can a DDD repository be stateful?

Event sourcing - why a dedicated event store?

What is the "Smart UI Anti-Pattern"?

Where should configuration be placed?

Any good book on domain driven design? [closed]

domain-driven-design

Design approach (Domain driven or Service Driven)

In DDD, why they often make use of methods instead of properties?

c# domain-driven-design

Using Service layer classes in ViewModels. A Design Flaw?

In ddd practice,Are the CRUD methods should be put in the Model Objects

DDD Database first . How to handle aggregates

DDD, AutoMapper and Factories

Understanding the Command pattern in a DDD context

c# domain-driven-design

Domain Driven Design question

POST of ViewModel and Validation on DomainModel

DDD: can a repository return boolean values?

Objective C Domain Driven Design

How to implement pagination in DDD?

php domain-driven-design

Do I need to be a design patterns expert before I dive into Domain Driven Design? [closed]

domain-driven-design

Should getters from domain classes not be prefixed with "get" in DDD, and why?