azure-storage
what is the main difference in azure stagging and production environment, specailly for startup task?
can any one please tell me what is the inside happening when we switched staging to production environment?[详细]
2023-04-13 04:18 分类:问答Possible to do more than one PageBlob operation in a single call? (many GETs or PUTs)
I have clients accessing Azure storage on a high latency connection, and it appears that the main reason for the slowness is the latency between each call.[详细]
2023-04-13 01:35 分类:问答.NET Web Service / API for BLOB/File Storage
I am looking for an API that performs functionality roughly analogous to Rackspace Cloud Files / OpenStack Swift, Microsoft Azure Blob Storage, or Amazon S3 that can be run on a Windows Server.[详细]
2023-04-12 18:47 分类:问答How to track individual objects, that are out of order, and then Joining() the consecutive ones?
I\'ll start by saying is going to be a little tougher than blindly joining byte[] together. My big picture goal is to optimize an application that currently uploads many 512byte pages to a web server[详细]
2023-04-12 11:41 分类:问答Upload files to Azure BLOB storage - Parallel.Foreach is slower than Foreach
I have the following code for uploading a folder form local storage to blob storage, Including the folder name itself in the blob\'s name ( The code is based on some methods found here http://blog.sma[详细]
2023-04-11 17:32 分类:问答CloudBlobContainer.ListBlobs() - using ToList() to reduce transaction cost
I have two code examples : var container = new CloudBlobContainer(\"address\"); va开发者_开发问答r blobs = container.ListBlobs();[详细]
2023-04-10 22:32 分类:问答CMS running on top of Azure Table Storage?
Does anyone know of any free/opensource/commercial CM开发者_运维知识库S products (ASP.NET or MVC-based) that use Azure Table or BLOB Storage for their back-end?[详细]
2023-04-10 11:07 分类:问答Azure - Updating an existing xml file in BLOB storage
I have XML files stored in BLOB storage, and I am trying to figure out what is the most efficient way to update them ( and/or add some elements to them). In a WebRole, I came up with this :[详细]
2023-04-10 10:32 分类:问答Azure Table Storage OnStart Constructor Query
I\'ve been looking at some Azure samples and doing some general searching around Table Storage.I\'ve noticed a bit of a pattern using OnStart and a static constructor.For example the following type o开[详细]
2023-04-10 06:34 分类:问答Is there a way to obtain the link of files stored on cloud?
I am developing a cloud application for my project. I want to provide the facility of storing files 开发者_开发百科on the cloud and retrieving those files after a valid log in.[详细]
2023-04-10 01:14 分类:问答