SubSonic ORM 项目目前进展如何?

发布于 2024-09-11 00:20:48 字数 167 浏览 2 评论 0原文

VS2010 .Net4

SubSonic 仍然是首选工具吗?是否有更简单的方法可以使用 VS2010 中的现有工具来完成 DAL 的创建?

我需要转换几年前使用 Subsonic 2.03 完成的项目,并且想听听关于“正确”方法的意见。

TIA

J

VS2010 .Net4

Is SubSonic still the tool of choice? Are there easier ways to accomplish the creation of a DAL with the stock tools in VS2010?

I need to convert a project that was done with Subsonic 2.03 several years ago and would like to hear opinions on the "right" way to do this.

TIA

J

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

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

发布评论

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

评论(2

爱她像谁 2024-09-18 00:20:49

SubSonic 是一个很好的 ORM,但它缺乏 Entity Framework 4 和 NHibernate 所具有的许多功能。 SubSonic 的发展速度也没有 EF 和 NH 快。

两年后,SubSonic 可能会成为最好的 .NET ORM,但目前看来可能性很小。

选择 .NET ORM 时,没有一个“正确”或“正确”的答案。 NHibernate 似乎是目前最安全的选择,而 Entity Framework 4 非常适合喜欢 Microsoft 解决方案的公司。亚音速 2 和3 在许多情况下都可以很好地工作,并且对于您的项目来说,只维护已经工作的内容可能会更好。

SubSonic is a fine ORM, but it lacks many features that Entity Framework 4 and NHibernate have. SubSonic also isn't moving forward as quickly as EF and NH.

It is possible that SubSonic will be the best .NET ORM two years from now, but that seems highly unlikely at present.

There is no one "right" or "correct" answer when choosing a .NET ORM. NHibernate seems like the safest choice right now, while Entity Framework 4 is a good fit for companies that prefer solutions from Microsoft. SubSonic 2 & 3 will work just fine in many situations and it may be better for your project to just maintain what is already working.

信愁 2024-09-18 00:20:49

如果你坚持使用 MS SQL 数据库,我可以说 Subsonic 很好并且易于编码。但如果你需要其他非 MS 数据库,我的建议是 nHibernate。我只是从 Subsonic 切换回 nHibernate。

If u stick on MS SQL database, i can said Subsonic is fine and easy to code. But if u need other non MS database, my suggestion is nHibernate. I just switch back to nHibernate from Subsonic.

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