SQLHelper类
是否有最新版本的 SQLHelper 类。 我已经使用它几年了,想知道 .NET Framework 2.0 或 3.0 是否有新版本。 与 Microsoft Data App Block(我在大型项目中使用)相比,我更喜欢在小型项目上使用此功能。
我发现了这个链接
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
根据此...
According to this...
由于这个问题还没有得到解答,所以要跟进这个问题:
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.
我有这个库的扩展版本,可以在 GitHub 上找到:和 NuGet。 它基于 SqlHelper 的源代码。
中没有的额外功能
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