Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

Domain Driven Design Question on Services and Repositories

domain-driven-design

DDD Value Object shared by multiple entities

c# domain-driven-design

Recommended approach to get data from one BoundedContext/AggregateRoot with some additional data from a different BoundedContext/AggregateRoot?

How to implement noSQL database abstraction?

Is it possible to implement MediatR in the Aggregates (Domain Layer) without dependency injection (DDD)?

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?