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.
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
Can I somehow subscribe for notifications about Azure\'s blob object changes? My purpose is to delegate file uploads to the client using SAS and lately (after upload is complet开发者_如何转开发e) upd
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
I have two code examples : var container = new CloudBlobContainer(\"address\"); va开发者_开发问答r blobs = container.ListBlobs();
I have a WCF service hosted in Azure. I have a spatialite database file I\'m going to keep in Azure blob storage (1.1G).Compressed it is 500K.
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 :
I am just stuck in a design problem. I want to assign ranks to user records in a table. They do some action on the site and given a rank on basis of leader board. And the select I want on them could b
I have a VHD in a container which was mounted by an instance (a DotNetNuke accelerator). But now the instance is stopped so the VHD is not mounted anymore.
I am storing user control file in some other location may be in blob storage or some other place. ( not in my project work space ) and i store the url of the user control in database . Now how can loa