由于 ACE 模型已消失,使用 Sql Data Services 的 Azure SDK 示例是否仍然相关?

发布于 2024-07-18 20:12:58 字数 167 浏览 5 评论 0原文

我刚刚对 sql 数据服务进行了一些研究,发现当前的 ACE 模型正在被更新的关系模型所淘汰。 2009 年 3 月 CTP 中的所有示例似乎都基于 ACE 模型(如 StorageClient 项目)。 我想知道这些是否仍然相关 - 它们似乎都基于 ACE 方法,但我不确定它是否只是关系后端上的 REST 接口。

I've just been doing some research into sql data services, and found out that the current ACE model is being phased out for a newer relational model. It seemed all the samples in the March 2009 CTP were based on the ACE model (like the StorageClient project). I'm wondering if these are still relevant- they seem to all be based on the ACE approach, but I'm not sure if it's just a REST interface onto the relation back end.

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

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

发布评论

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

评论(2

可遇━不可求 2024-07-25 20:12:58

更正...Windows Azure SDK 中的示例根本不使用 SQL 数据服务。 它们针对 Windows Azure 表存储运行(不会改变模型,仍然基于 ADO.NET 数据服务)。 因此,您正在查看的样本是完全有效的。

Correction... the samples in the Windows Azure SDK don't use SQL Data Services at all. They're running against Windows Azure table storage (which is not changing models and remains based on ADO.NET Data Services). So the samples you're looking at are entirely valid.

北方的韩爷 2024-07-25 20:12:58

并不真地。 SDS采取的新方向意味着ACE模型将被放弃。 它们将支持 REST 接口,您可以使用 ADO.Net 数据服务与其进行通信。

您可能已经读过这篇文章,但是这里是这篇文章 他们在其中宣布了这些变化

Not really. The new direction SDS has taken means that the ACE model will be dropped. They will support a REST interface and you can use ADO.Net Data Services to communicate with it.

You've problably read this, but here's the post in which they announced the changes

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