linq - 从 "LINQ to SQL"到 "Azure Table Storage"或 "SQL Data Service"

标签 linq azure cloud azure-table-storage

我有一个 Silverlight 应用程序,在其中使用 LINQ to SQL 来存储数据。现在我已将此应用程序添加到 Azure 云,并希望使用 Azure 方法来存储我的数据。 但我不知道应该使用“Azure 表存储”还是“SQL 数据服务”,以及如何使用它。

最佳答案

您应该使用 SQL 数据服务。我想现在您已经知道了:

For the underlying Windows Azure platform, we’re adding FastCGI / PHP support, along with the ability to run full trust .NET applications; SQL Data Services goes relational, allowing you to use the full ADO.NET stack, LINQ to SQL, and so on inside a cloud offering;

via Tim Sneath mix09 post

关于linq - 从 "LINQ to SQL"到 "Azure Table Storage"或 "SQL Data Service",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/585717/

相关文章:

Azure存储: Is it possible to have more than 250 storage accounts per subscription?

c# - 即使没有空值,为什么会发出有关可为空类型的警告?

c# - LINQ 按嵌套集合过滤列表

c# - 如何回收自托管 WCF 服务

azure - 您好,我可以在 AKS 节点组中执行自定义脚本吗?

java - 使用 Java 将 Redis 数据库连接到 Azure 云

C#根据另一个列表(不同类)的值序列对列表进行排序

c# - 在多种条件下比较列表

azure - 如何为 Azure 中的容器定义只读访问连接字符串?

java - Java 项目的依赖关系图