Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

In DDD, a UoW per Repository or Bounded Context or Transaction?

Few confusing things about passing references to non-root entities to external objects

domain-driven-design

Domain events and versioning without CQRS

How to create the database with Entity Framework Code First and DDD?

Where do long running, stateful 'services' fit in DDD?

Logging interface in domain layer

Domain driven design and ORM limitations

Entity creation throws "No parameterless constructor defined for this object"

DDD, CQRS, Event Sourcing: Where do entities come from?

Aggregates, Transactional Consistency and the Entity Framework DbContext

DDD generic vs. specific domain events

DDD and EF Code-First Migrations

DDD: What goes into domain and what goes into application?

Where do I implement file storage for a domain model containing files

domain-driven-design

Register EventHandler in CQRS

Domain Model and related data (anemic domain model)

InversionOfControl (Dependency Injection) in DDD Aggregates and Entities

How to use actors for database access and DDD?

Should domain objects have dependencies injected into them?