Looking at examples that people have coded I see a lot of people using SaveChanges and not using SaveChangesWithRetries. I assume SaveChangesWithRetries is the best thing to do so is开发者_如何学C the
I\'m converting a website from a standard ASP.NET website over to use Azure. The website had previously taken an Excel file uploaded by an administrative user and saved it on the file system. As part
I need to store the contents of an array into Azure tablestorage. The array will have between 0 and 10开发者_JAVA技巧0 entries. I don\'t want to have to create 100 different elements so is there a way
I would like to know how to implement pagination on Azure table storage? Since Azure table storage does not support \"Skip()\" LINQ operation, it is impossible to implement pagination functionality s
I\'m in the process of deploying some windows azure projects and I\'ve noticed that it\'s a bit of a pain to constantly switch my role configuration settings from using LocalStorage to actually use my
Pardon my terminology i开发者_运维问答f incorrect but I\'d rather not expose the Azure Table Entity objects directly to the end user, although I want to expose IQueryable.
I have an IEnumerable that I\'d like to add to Azure Table in the most efficient way possible.Since every batch write has to be directed to the same PartitionKey, with a limit of 100 rows per write...
Windows Azure advertises three types of IO performance levels: Extra Small : Low Small: Moderate Medium and above: High
I\'m trying to use the TableStorageSessionStateProvider from the Azure training kit. I can use the example wit开发者_高级运维hout problems but when I use it in my web app, I get this exception:
When should i use Sq开发者_如何学JAVAl Azure and when should I use table Storage? I was thinking , use table storage for transaction processing scenarios e.g. debit credit accounts kind ofscenario an