SQLHelper类

发布于 2024-07-25 12:11:48 字数 464 浏览 1 评论 0原文

是否有最新版本的 SQLHelper 类。 我已经使用它几年了,想知道 .NET Framework 2.0 或 3.0 是否有新版本。 与 Microsoft Data App Block(我在大型项目中使用)相比,我更喜欢在小型项目上使用此功能。

我发现了这个链接

http:// /www.microsoft.com/downloads/details.aspx?familyid=f63d1f0a-9877-4a7b-88ec-0426b48df275&displaylang=en

Is there a recent version of the SQLHelper class out there. I've been using one for a few years now and was wondering if there is a new version out there for .NET Framework 2.0 or 3.0. I prefer this on small projects vs Microsoft Data App Block (which I use on larger projects).

I came across this link

http://www.microsoft.com/downloads/details.aspx?familyid=f63d1f0a-9877-4a7b-88ec-0426b48df275&displaylang=en

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

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

发布评论

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

评论(3

腻橙味 2024-08-01 12:11:48

根据...

SqlHelper实际上被替换为
一个抽象类,称为数据库,
和派生的两个具体类
来自它:SqlDatabase 和
Oracle数据库。

According to this...

SqlHelper was actually replaced with
an abstract class, called Database,
and two concrete classes that derive
from it: SqlDatabase and
OracleDatabase.

岁月蹉跎了容颜 2024-08-01 12:11:48

由于这个问题还没有得到解答,所以要跟进这个问题:

2004 sqlHelper 类是否有新版本,可以从以下位置检索:

http://www.microsoft.com/downloads/details.aspx?familyid=f63d1f0a-9877-4a7b-88ec- 0426b48df275&displaylang=en

我知道 Enterprise Library 4.1 Oct 2008 中有应用程序块部分,但我在其中找不到 sqlHelper 类。

To follow up on this question since it hasen't been answered:

Is there a new version to the 2004 sqlHelper class which can be retrived from:

http://www.microsoft.com/downloads/details.aspx?familyid=f63d1f0a-9877-4a7b-88ec-0426b48df275&displaylang=en

I know there are Application Blocks part of Enterprise Library 4.1 Oct 2008, but I can't find the sqlHelper class in it.

自我难过 2024-08-01 12:11:48

我有这个库的扩展版本,可以在 GitHub 上找到:和 NuGet。 它基于 SqlHelper 的源代码。

中没有的额外功能

  • 我认为原始Async/await
  • MySql 支持
  • 泛型

I have an extend version of this library It's available on GitHub: and NuGet. It was based on the source code of the SqlHelper.

Extra features that i think that aren't in the original

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