由于 ACE 模型已消失,使用 Sql Data Services 的 Azure SDK 示例是否仍然相关?
我刚刚对 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
更正...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.
并不真地。 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