.NET DDD 示例

发布于 2024-07-16 01:55:56 字数 92 浏览 6 评论 0原文

有人可以向我指出在 .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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

遇到 2024-07-23 01:55:56

您可以尝试作为使用 C# 进行 .NET 域驱动设计:问题 - 设计 - 解决方案一书。

该代码可以从 Codeplex 此处以及本书的网站上免费获得,并且是一个功能相当完整的应用程序,演示了使用 C# 进行 DDD。

来自 codeplex 网站:

这本书是一个名为 SmartCA 的实际应用程序的大型案例研究,它是一个使用最新的 .NET 技术并遵循 DDD 原则实现的智能客户端应用程序。

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:

The book is one large case study of a real-world application, named SmartCA, which is a smart client application implemented with the latest .NET technologies and following DDD principles.

沦落红尘 2024-07-23 01:55:56

可以在此处找到 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

能怎样 2024-07-23 01:55:56

这些是 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'.

掩耳倾听 2024-07-23 01:55:56

试试这个:

面向域的 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/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文