Samples for Domain Driven Design (esp .NET focused)

后端 未结 9 565
说谎
说谎 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:27

    I've written a few articles with mostly c# examples on implementing DDD patterns in real applications.

    • A Class Isn't Always a Noun
    • DDD in the small (php)
    • Specification pattern example in c#
    • An Order Processing Pipeline in ASP.NET MVC

提交回复
热议问题