Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

Managing History object of Entities

Persistent ignorant Domain Layer

c# domain-driven-design

How best to implement link relations for HATEOAS in XML?

Bounded (Db)Contexts in Entity Framework Architecture

EF: Entity Dependency injection

Primary key in an Azure SQL database

Is OData a good way to expose non-CRUD APIs?

Domain Driven Design: How to model relations that are large but have few behaviors

DDD project with AngularJs (SPA) web interface...is it a good idea?

How to define DDD Aggregate root for hierarchical data structure?

Event-sourcing and sagas - compensating transactions

How to update EF Core 2.0 Owned Entities following a DDD aproach?

Which of these examples represent correct use of DDD?

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 use actors for database access and DDD?

DTO shape: flat, complex/nested, or a mixture of both