问题描述
- 如何在 .NET 中使用 Windows Azure Blob 存储服务
-
如何在 .NET 中使用 Windows Azure Blob 存储服务
解决方案
您好,
首先,您需要在您的电脑上安装Azure 的SDK。
其次,您可以安装azure storage client library 在您的项目中。关于如何用C#使用Azure Blob,建议您参考这片教程:
http://www.windowsazure.cn/zh-cn/documentation/articles/storage-dotnet-how-to-use-blobs/
这边有一些代码示例,您也可以下载学习:
https://code.msdn.microsoft.com/windowsazure/Upload-large-file-to-azure-fd1ac46d
关于Azure的存储学习建议您可使用Azure storage Explore去管理您的内容:
https://azurestorageexplorer.codeplex.com/ 您可以下载下源码查看学习
Regards,
Will
解决方案二:
windows azure sdk中有例子,azure sdk可以直接下载,也可以在web platform installer中安装。
解决方案三:
参考: 如何在 .NET 中使用 Windows Azure Blob 存储服务 http://www.windowsazure.cn/zh-cn/develop/net/how-to-guides/blob-storage-v17/
时间: 2024-11-01 10:28:48