如何在 .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