.NET 域驱动设计和 CSLA.NET

发布于 2024-08-21 13:29:12 字数 77 浏览 7 评论 0原文

在 Eric Evans 的领域驱动设计方法中,使用 Rocky Lhotka 的 CSLA.NET 来设计领域层的业务实体是一个好主意吗?

In Eric Evans' Domain Driven Design approach, would it be a good idea to use Rocky Lhotka's CSLA.NET for designing Business Entities for Domain Layer?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

温柔女人霸气范 2024-08-28 13:29:12

看起来我们可以做到这一点。

Looks like we can do that.

花心好男孩 2024-08-28 13:29:12

我已经有一段时间没有阅读 CSLA 书了,但我确实记得它支持 N 层模型,允许您远程控制域对象。虽然很有趣,在某些情况下甚至可能有用,但我担心增加的复杂性是不值得的。就我个人而言,我会坚持使用带有像 NHibernate 这样不显眼的 ORM 的 POCO 域模型,除非我的要求规定了更复杂的东西。

It's been a while since I read the CSLA book, but I do recall that it has support for a N-tier model that allows you to remote your domain objects. While interesting and maybe even useful in some cases, I'd be afraid the added complexity would not be worth it. Personally I would stick with a POCO domain model with an unobtrusive ORM like NHibernate unless my requirements dictated something more complicated.

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