Domain-Driven-Design-Sample icon indicating copy to clipboard operation
Domain-Driven-Design-Sample copied to clipboard

ASP.NET Core sample with DDD concepts

Results 3 Domain-Driven-Design-Sample issues
Sort by recently updated
recently updated
newest added

You can create a ValueObject base class that other classes, such as Publication, can inherit from to include essential operations like equals, similar to your Entity class. Here is a...

Hi, Thanks for sharing this sample project of DDD. I thinks it's better to move your commands to application layer based on clean architecture and DDD principals.

Hi Team, Still facing issue at "EntityToEvent" method at BookMapper.cs file and below is screenshot of error screenshot as ![Image](https://github.com/user-attachments/assets/90f9343b-9be3-4a4a-89fa-b715698c27e8) I am trying to fix at code level of that...