Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

Is it good to return domain model from REST api over a DDD application?

rest domain-driven-design

Samples for Domain Driven Design (esp .NET focused)

Domain Driven Design, Domain objects, attitude about Setters

ASP.MVC: Repository that reflects IQueryable but not Linq to SQL, DDD How To question

What exactly is the model in MVC

Some confusion with dependencies between Application and Infrastructure layers

domain-driven-design

Enforcing property-level authorization in domain objects

DDD: Where to put persistence logic, and when to use ORM mapping

Update an entity inside an aggregate

Where should I put a unique check in DDD?

Architecture: simple CQS

Handling duplication of domain logic using DDD and CQRS

Are entity classes exclusive to one aggregate

domain-driven-design

How to implement a maintainable and loosly coupled application using DDD and SRP?

Can Core Domain span multiple Bounded Contexts?

domain-driven-design

How to avoid an anemic domain layer and still have rich validation and business rules

domain-driven-design

How should I enforce relationships and constraints between aggregate roots?

Aggregate Root support in Entity Framework

implement DDD in MVC Frameworks - PHP

How to manage read requests in an event sourced application