Problem I already have some experience with Java and I’m used to modeling with a DDD approach. Therefore, now I’m […]
Tag: ddd
Is it fine to use my domain model as DTO (Entity Framework Core)? [closed]
Problem Closed. This question is off-topic. It is not currently accepting answers. Lacks concrete context: Code Review requires concrete code […]
First domain-driven User entity class
Problem I’m still learning about domain driven design, and I have created my first entity class User. Is this fully […]
Using a Generic Value Object in a DDD application
Problem I am writing this question in the context of a DDD application. I found this code online on a […]
Designing domain models for hierarchical data (in DDD)
Problem It is my first attempt in DDD and I’m trying to wrap my head about this concept. In my […]
Designing domain models for hierarchical data (in DDD)
Problem It is my first attempt in DDD and I’m trying to wrap my head about this concept. In my […]
OOP at the boundary
Problem I’m trying to implement a simple service in the true OOP way. This means for me that the domain […]
Using a Generic Value Object in a DDD application
Problem I am writing this question in the context of a DDD application. I found this code online on a […]
Value Object encapsulating different units of measure
Problem I have a situation where I need to use person’s height in different units. Some parts of the system […]
OOP at the boundary
Problem I’m trying to implement a simple service in the true OOP way. This means for me that the domain […]