c# - 我应该使用哪个版本的 WindowsAzure.Storage?

标签 c# asp.net .net blob azure-storage

我应该使用哪个版本的 WindowsAzure.Storage? https://www.nuget.org/packages/WindowsAzure.Storage/

我有以下环境

- Microsoft Visual Studio Ultimate 2012 版本 11.0.50727.1 RTMREL
- Microsoft .NET Framework 版本 4.5.50709
- Windows 7 旗舰版

我需要处理 blob 服务和表服务

提前致谢

最佳答案

如果您不确定只需在程序包管理器控制台中运行 Install-Package WindowsAzure.Storage,它会默认安装最新的稳定版本。

您指定的版本 (5.0.0) 是最新的稳定版,所以您会没事的。

有关详细信息,请参阅 the azure storage SDK page .

关于c# - 我应该使用哪个版本的 WindowsAzure.Storage?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32217340/

相关文章:

.net - LINQ 到 Twitter 库的比较

c# - FirstOrDefault 抛出异常而不是 null

c# - C# 是否具有与#def 常量等效的#include?

c# - 加载配置文件时如何修复 "Configuration system failed to initialize/Root element is missing"错误?

asp.net - ASP.NET项目的单元测试出现问题(运行测试时出现NullReferenceException)

javascript - 占位符的替代品,以便在 Internet Explorer 中工作

c# - 不能使用 DialogResult

c# - ASP.Net OAuth 授权服务器 : Add an array as additional response parameter

jquery - ASP.net 中的 MasterPage 和 Bootstrap 更改事件页面

.net - 如何重置为默认按钮背景色?