Samples for Domain Driven Design (esp .NET focused)

后端 未结 9 561
说谎
说谎 2021-01-30 12:19

Ok so I\'ve ordered Applying Domain-Driven Design and Patterns: Using .Net, but while I wait for it to arrive I\'m looking at starting to apply the techniques in my current proj

9条回答
  •  礼貌的吻别
    2021-01-30 12:28

    You can take a look at my DDDSample.Net. It demonstrates not only classic DDD, but also CQRS approach using two relational stores and using Event Sourcing approach.

提交回复
热议问题