BLToolkit - Azure 的当前准备情况
有谁知道 BLToolkit 是否已经过测试和认证,可以与 Azure Sql 一起使用,以及它是否支持断开连接重试功能?如果没有,是否有计划对其进行测试并通过?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
有谁知道 BLToolkit 是否已经过测试和认证,可以与 Azure Sql 一起使用,以及它是否支持断开连接重试功能?如果没有,是否有计划对其进行测试并通过?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
在撰写本文时,BL Toolkit 网站上没有任何官方信息,也没有任何问题列在 Azure 的问题跟踪器中。
还有一些其他请求(例如此处和此处)请求相同的详细信息。目前他们还没有得到答复,但你可以增加你的权重。
根据来自官方来源的证据,我想说该工具包并未专门针对 Azure 使用进行测试或认证。
除了 Azure 的瞬态特性可能需要处理数据库重新连接,但是似乎没有任何明显的因素会阻止您使用该工具包。
我建议您在执行证明时向开发人员提出有关 Azure 测试和认证的问题 Azure 上的概念测试,以确定如何最好地处理 Azure 上特定应用程序的重新连接。
该项目最近有活动,所以我非常希望得到回复。
At the time of writing, there is nothing official on the BL Toolkit website, and no issues listed in their issue tracker for Azure.
There are a few other requests (e.g. here and here) that are requesting the same details. At the moment they are unanswered but you could add your weight to them.
Based on this evidence from the official sources I would say that the Toolkit is not Tested or Certified specifically for Azure use.
With the exception of the transient nature of Azure which may require handling of database reconnections, there doesn't seem to be anything obvious that would prevent you from using the Toolkit however.
I would recommend you raise an issue with the developers regarding Azure Testing and Certification while performing a proof of concept test on Azure to determine how to best handle reconnections on Azure for your specific application.
There is recent activity on the project, so I'd be quite hopeful of a response.
我为 BLToolkit 编写了 Azure Sql 数据提供程序。您可以在 github 上找到其源。
它还可以通过 NuGet 获得。请在此处查看如何安装和配置它。
I wrote Azure Sql Data Provider for BLToolkit. You can find its sources on github.
Also it's available over NuGet. Please, see how to install and configure it here.