Astoria 与 SQL Server 数据服务

发布于 2024-07-05 09:59:07 字数 66 浏览 5 评论 0原文

您认为“Astoria”(ADO.NET 数据服务)和 SQL Server 数据服务的使用领域之间的最大差异是什么?

What are in your opinion big differences between areas of usage for "Astoria" (ADO.NET data services) and SQL Server Data Services?

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

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

发布评论

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

评论(2

诗笺 2024-07-12 09:59:07

它们是相似但又非常不同的技术。 Astoria 或现在称为 Microsoft ADO.NET 数据服务 的是一个允许数据通过 RESTful Web 服务传递的编程库。 您开发这些 Web 服务以针对您有权访问的数据运行。 ADO.NET 数据服务现已包含在 .NET 3.5 SP1 更新中。

SQL Server 数据服务是 Microsoft 提供的一项新服务。 以下为说明:

“SQL Server 数据服务 (SSDS) 是高度可扩展的按需数据
存储和查询处理实用程序
服务。 基于强大的 SQL Server 构建
数据库和Windows服务器
技术,这些服务提供
高可用性、安全性和
支持基于标准的 Web 界面
方便编程并快速
配置。”

SQL Server 数据服务与 Amazon S3 服务非常相似

They are similiar but very different technologies. Astoria or what is now called at Microsoft ADO.NET Data Services is a programming library that will allow data to be passed through RESTful web services. You develop these web services to be run against data you have access to. ADO.NET Data Services is now included in the .NET 3.5 SP1 updates.

SQL Server Data Services is a new service provided by Microsoft. The following is a decription:

"SQL Server Data Services (SSDS) are highly scalable, on-demand data
storage and query processing utility
services. Built on robust SQL Server
database and Windows Server
technologies, these services provide
high availability, security and
support standards-based web interfaces
for easy programming and quick
provisioning."

SQL Server Data Services is very similair to Amazon S3 service.

谷夏 2024-07-12 09:59:07

我非常确定您可以在应用程序中使用相同的代码调用 Astoria 和 SQL Data Services。 因此,这取决于您想要数据的位置 - 在服务器上还是在云中。

I'm pretty sure you can call both Astoria and SQL Data Services with the same code in your app. So it depends on where you want your data - on your servers or in the cloud.

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