Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

Interface for use cases (application services)?

Saving F# types to a database

DDD: Should everything fit into either Entity or Value Object?

How to utilize domain driven development in asp.net mvc4 effectively?

DDD: Where to put implementation of domain services

Event sourcing / CQRS read model - projections

Kind of a question about the English language: Using plural in the first part of an identifier name

Do Core Domain and Generic Subdomains contain different parts of the same domain model?

domain-driven-design

Validation in domain model?

Do I add the same table in multiple entity framework bounded context

The entity type 'Access' requires a primary key to be defined. If you intended to use a keyless entity type call 'HasNoKey()'

DDD Projects Structure With WCF

Questions regarding Domain driven Design

Domain Driven Design: When to make an Aggregate Root?

command/query separation command side result needed

Difference between Repository and DAO design patterns [duplicate]