Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

composing multiple bounded contexts in a single user interface,

DDD: entity's collection and repositories

c# domain-driven-design

DDD Entities making use of Services

c# domain-driven-design

DDD class design dilemma with Value Objects with DB id and Entities

Generating identities for entities in DDD

Where logging should go in onion architecture with DDD

DDD, difference between a Saga and an Event Dispatcher?

EF 4.2 Code First and DDD Design Concerns

Where to call repository.update in DDD?

Is it bad practice to run tests on a database instead of on fake repositories?

In Domain-Driven Design, can you use your domain entities in your UI?

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?