Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

Domain driven design: How to deal with complex models with a lot of data fields?

Adding items to a collection using Entity Framework

Validation in Domain Driven Design

NHibernate IQueryable collection as property of root

Where should enums live in an MVC project structure?

Single or multiple repository classes?

Is it a good practice to use JPA entities as domain models?

jpa domain-driven-design

Repository Pattern: What is the 'right size'?

How to represent bounded contexts?

Should Value Objects Contain Technical Validation For Input Parameters?

domain-driven-design dddd

Domain Driven Design, .NET and the Entity Framework

Event Sourcing: Events that trigger others & rebuilding state

DDD - Modifications of child objects within aggregate

DDD: Enum like entities

Full stack framework for Java [closed]

Eventual consistency with both database and message queue records

Domain Driven Design - Domain model vs Hibernate Entity

How to design an immutable object with complex initialization

Domain Driven Design and IoC/Dependency Injection

Is Repository Pattern with Domain Driven Design become Anti-Pattern? [closed]

c# domain-driven-design