DORSETRIGS
Home

ddd-repositories (3 post)


posts by category not found!

C# DDD with EF Core use same domain entity / aggregate for mapping table or separate class

Mapping Domain Entities to Tables in EF Core Same Class or Separate Domain Driven Design DDD is a popular approach for building complex software applications On

3 min read 04-10-2024 44
C# DDD with EF Core use same domain entity / aggregate for mapping table or separate class
C# DDD with EF Core use same domain entity / aggregate for mapping table or separate class

How to create rich models without depending on infrastructure? (Database or external services)

Rich Models in DDD Bridging the Gap Between Domain Logic and External Dependencies Domain driven design DDD emphasizes creating rich models that encapsulate the

3 min read 31-08-2024 51
How to create rich models without depending on infrastructure? (Database or external services)
How to create rich models without depending on infrastructure? (Database or external services)

How to implement a Repository in DDD correctly

How to Implement a Repository in DDD Correctly Domain Driven Design DDD is a software development approach that focuses on building complex software systems by

3 min read 28-08-2024 74
How to implement a Repository in DDD correctly
How to implement a Repository in DDD correctly