azure-storage
Azure SaveChanges vs SaveChangesWithRetries
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[详细]
2023-02-18 07:09 分类:问答Getting an error when uploading a file to Azure Storage
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[详细]
2023-02-18 07:01 分类:问答How do I store the contents of an array in tablestorage
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[详细]
2023-02-18 04:43 分类:问答How to implement Azure table pagination
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[详细]
2023-02-17 02:34 分类:问答Windows Azure Connection Strings - How to Handle Local vs. Production?
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[详细]
2023-02-14 19:34 分类:问答Exposing Azure Table with oData but working with "Domain" objects not Azure Entity Objects
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.[详细]
2023-02-13 10:24 分类:问答Reliable and efficient way to handle Azure Table Batch updates
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...[详细]
2023-02-13 02:24 分类:问答Scaling in Windows Azure for IO Performance
Windows Azure advertises three types of IO performance levels: Extra Small : Low Small: Moderate Medium and above: High[详细]
2023-02-11 12:19 分类:问答DataServiceRequestException with TableStorageSessionStateProvider
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:[详细]
2023-02-10 21:07 分类:问答When should I use Sql Azure and when should I use table Storage?
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[详细]
2023-02-09 08:43 分类:问答