I\'m currently trying to store a fairly large and dynamic data set. My current design is tending towards a solution where I will create a 开发者_高级运维new table every few minutes - this means every
I\'m updating an object in AzureTableStorage using the StorageClient library with context.UpdateObject(obj);
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 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
If I\'m trying to serialize a normal CLR object, and I do not want a particular member variable to be serialized, I can tag it with the
I suspect so,开发者_开发百科 as the abstract class TableServiceEntity have the following: public virtual string PartitionKey { get; set; }
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\'m starting on some architecture work for a .Net based social networking application to be hosted on Azure cloud. we are going to be using ASP.NET MVC on the front end.
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
I understand from the MS PDC presentations that the PartitionKey is used to load balance the table across multiple servers, but nobody seems to give any advice on whether the PartitionKey is used as a