Are there any open source projects using DDD (Doma

2019-01-30 06:45发布

I'm trying to understand the concepts behind DDD, but I find it hard to understand just by reading books as they tend to discuss the topic in a rather abstract way. I would like to see some good implementations of DDD in code, preferably in C#.

Are there any good examples of projects practicing DDD in the open source world?

12条回答
Lonely孤独者°
2楼-- · 2019-01-30 07:22

Code Camp Server, Jeffrey Palermo's sample code for the book ASP.NET MVC in Action is open source and uses DDD.

(Same as my answer in Good Domain Driven Design samples)

查看更多
三岁会撩人
3楼-- · 2019-01-30 07:25

I know it is not C#, but this is a java meta-framework that follows a domain driven approach: I don't know much about it but I'm willing to study it in the near future: Roma Framework

查看更多
Animai°情兽
4楼-- · 2019-01-30 07:32

I'm not sure how complete it is, but I found the NDDD Sample on Google Code.

查看更多
劳资没心,怎么记你
5楼-- · 2019-01-30 07:32

This is not an open source project, but still it is an example in code: http://www.codeplex.com/ffffdpds

The example is used in the book .NET Domain-Driven Design with C#: Problem-Design-Solution


A made-up example that seems promising but might have died: http://www.codeplex.com/domaindrivendesign

查看更多
成全新的幸福
6楼-- · 2019-01-30 07:34

A good read is Jimmi Nilssons book (and blog for that matter) Applying domain driven design

It's a mixture of Evans and Fowlers books (Domain-Driven Design - Evans), and (Patterns of Enterprise Application Architecture - Fowler)

查看更多
我只想做你的唯一
7楼-- · 2019-01-30 07:38

http://kigg.codeplex.com/ is a good example for me.

查看更多
登录 后发表回答