asp.net 中的亚音速是一个好方法吗?

发布于 2024-11-14 22:55:19 字数 129 浏览 2 评论 0原文

我正在尝试在 asp.net 中制作一个企业应用程序。亚音速是不是更好的方法?

如何在 ASP.NET 中使用 Subsonic 编写代码?

或者,如果我们想获取数千条记录,是否有另一种方法可以从数据库访问数据。

I am trying to make an enterprise application in asp.net. Is Subsonic a better approach or not?

How do I write code using Subsonic in asp.net?

Or is there another way to access data from the database if we want to fetch thousands of record.

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

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

发布评论

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

评论(3

土豪 2024-11-21 22:55:19

这里有很多选择,我个人更喜欢实体框架,但我知道NHibernate也是一个强大且广泛使用的ORM。

就我个人而言,我不建议使用Linq2Sql实体框架更好,就像Linq2Sql继承者

NHibernate 非常强大,但对我来说看起来更棘手(与实体框架相比)。

我不知道 SubSonic,但我听说过它。

在它们之间进行选择?这完全取决于您。

下面的链接可以帮助您做出明智的选择:

亚音速与 NHibernate

Subsonic 3 VS 实体框架

实体框架 4 与 NHibernate

You have many options here, I personally prefer Entity Framework, but I know that NHibernate is also a powerful and widely used ORM.

Personally I don't suggest going with Linq2Sql. Entity Framework is better and like a successor to Linq2Sql.

NHibernate is very powerful , but looks more tricky to me (compared to Entity Framework).

I have no idea about SubSonic, but I've heard of it.

Choosing between them? It's completely up to you.

Links below may help you choose wisely:

Subsonic Vs NHibernate

Subsonic 3 VS Entity Framework

Entity Framework 4 vs NHibernate

情深缘浅 2024-11-21 22:55:19

你有很多选择。

在做出选择之前,您至少应该研究一些。

我会考虑...

  • 实体框架
  • nHibernate
  • Linq 2 SQL
  • Dapper

You have a lot of options.

You should research a few at least before making your choice.

I would consider...

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