Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

Service not found the container inside "\ServiceLocator" is a smaller service locator that only knows about the "kernel"

Should duplicate values in aggregate roots be checked in the domain layer or the application layer?

How to deal with Command which is depend on existing records in application using CQRS and Event sourcing

DDD and C# - Restricting access to child entity

Hexagonal Architecture/Ports and Adapter Architecture for Windows Services. Right way?

Unit testing domain objects

Accessing domain objects in the view

How to stay DRY with validations in Domain objects and services vs validations in UI layer

DDD and Dependency Injection

Can POCO / Domain objects have dependencies injected to it

How do I return a domain object from the repository when there is a separate data model?

Repository pattern's answer to complex / non-model specific queries (i.e. reporting / aggregate data)

What does a domain object factory look like?

Combining DDD, multiple implementations and REST

Spring Data and DDD - domain model agnostic of persistence

service operation is called with a not found entity

Behavior of aggregate roots in DDD should be as actor or not?

DDD, viewmodel and validation in ASP.NET MVC