.NET DDD 示例
有人可以向我指出在 .NET 平台上开发的“完整”DDD 示例吗? 我发现的大多数例子都感觉“不完整”。
我真的很想看到 DDD 原则的实际应用。
Can somebody point me towards a 'complete' DDD example developed on the .NET platform. Most of the examples I find feel 'incomplete'.
I'd really like to see the DDD principles in action.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
您可以尝试作为使用 C# 进行 .NET 域驱动设计:问题 - 设计 - 解决方案一书。
该代码可以从 Codeplex 此处以及本书的网站上免费获得,并且是一个功能相当完整的应用程序,演示了使用 C# 进行 DDD。
来自 codeplex 网站:
You could try the code that is built as part of the .NET Domain-Driven Design with C#: Problem - Design - Solution book.
The code is freely available from Codeplex here and also on the book's website, and is a fairly feature complete application demonstrating DDD with C#.
From the codeplex site:
可以在此处找到 Eric Evans 所著的领域驱动设计书中的 .NET DDD 示例:http://dddsamplenet.codeplex.com< /a>
Szymon(在 google 上搜索:simon-says-architecture dotCOM)几乎每天都在更新源代码。 最后一次发布是从 2010 年 1 月 28 日开始。
干杯,
Jakub G
.NET DDD Sample from Domain-Driven Design Book by Eric Evans can be found here: http://dddsamplenet.codeplex.com
Szymon (search google for: simon-says-architecture dotCOM) is updating source code almost on daily basis. The last release is from 28th Jan 2010.
Cheers,
Jakub G
这些是 ASP.NET MVC 示例应用程序 -
此处
对我来说已经足够好了。
在这里可以获得有关 DDD 的书籍 -
此处
(如果您不想在那里注册,请使用 www.bugmenot.com)。
编辑
“快点……”还不够好。 寻找“ddd 解决软件核心的复杂性”。
These are ASP.NET MVC sample applications -
here
Worked well enough for me.
Here it`s possible to get book about DDD -
here
(use www.bugmenot.com, if you dont want to register there).
edit
'ddd quickly...' ain`t good enough. look for 'ddd tackling complexity in the heart of software'.
试试这个:
面向域的 N 层 .NET 4.0 示例应用程序。
由 Microsoft - 西班牙
使用 .NET 4.0 C#、Entity Framework 4.0
实现典型的DDD架构& 设计模式
示例应用程序当前状态 - BETA 版本。 (V0.9 与 VS.2010 RTM、最终 .NET 4.0 版本、Silverlight 4.0、UNITY 2.0 和 PEX&MOLES V0.92 兼容)
http://microsoftnlayerapp.codeplex.com/
Try this:
Domain Oriented N-Layered .NET 4.0 Sample App.
By Microsoft - Spain
Using .NET 4.0 C#, Entity Framework 4.0
Implementing typical DDD architecture & desing patterns
Sample-App Current state - BETA Version. (V0.9 is compatible with VS.2010 RTM, final .NET 4.0 version, Silverlight 4.0, UNITY 2.0 and PEX&MOLES V0.92)
http://microsoftnlayerapp.codeplex.com/