Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

Config complex type for value object using NHibernate in C#

What is the best way to use EF 4 and DDD

ViewModel Do's and Don'ts

Java EE: Creating and deleting socket listeners dynamically from the domain model

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?

How do I reduce duplication of domain/entity/DTO objects?

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