NCommon 有替代品吗?
我喜欢 NCommon 使我免于处理使用 NHibernate 进行 DDD 所需的所有管道工作的方式。
我非常喜欢它,以至于我正在认真考虑将它作为我新项目中默认架构的一部分。
我想问是否有其他 DDD 替代方案(除了从头开始编码)来替代 NCommon 的功能。
谢谢。
I like the way NCommon saves me from dealing with all the plumbing required to do DDD with NHibernate.
I like it so much that it I am seriously considering it to be part of my default architecture in new projects.
I'd like to ask if there are other DDD alternatives (aside from coding from scratch) to what NCommon does.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我自己没有在生产中使用它,只是浏览了源代码,但与 S#arp Architecture 有重叠。除了 NHibernate 基础知识之外,您还可以获得 ASP.NET MVC 基础知识,因为目标是“构建可维护的 Web 应用程序”。
I haven't used it myself in production, just skimmed the source code, but there's an overlap with S#arp Architecture. In addition to the NHibernate basics, you also get ASP.NET MVC basics, since the goal is "building maintainable web applications".