Domain-Driven-Design-Sample
Domain-Driven-Design-Sample copied to clipboard
ASP.NET Core sample with DDD concepts
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  I am trying to fix at code level of that...