Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

Books that will cover TDD, DDD and Design Patterns in .NET

Is Specification Pattern Pointless?

Loading Subrecords in the Repository Pattern

Should Entities in Domain Driven Design and Entity Framework be the same?

DDD, JPA and Multi-Module Maven

DDD, Entity Framework, Aggregate Entity Behavior ( Person.AddEmail, etc)

Consuming REST Web Service in .NET MVC 3

Are there any example Rails apps where business logic is kept in separate classes than ActiveRecord?

DDD: Using Value Objects inside controllers?

What approach is there for handling and returning errors (non-exceptional and exceptional) in Domain Driven Design entities and aggregate roots?

Is it safe to publish Domain Event before persisting the Aggregate?

c# dns domain-driven-design

Occasionally connected CQRS system

Should DTO and Entity both have input validations

how should i add an object into a collection maintained by aggregate root

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?