I am using Windows Azure table storage. I have a lot of look ups to the same rows and these row has data which rarely changes. I know recently t开发者_StackOverflow社区he cloud team have come up with
I have a DocumentDataServiceContext derived from TableServiceContext. Inside that class I have the following method:
Let\'s I define my entity like this: public class User : TableServiceEntity { /// <summary>Unique Id (Row Key)</summary>
There\'s already a lot of blog posts out there about being able to hook into the WritingEntity event to customise the XML that gets submitted to the server, such as this.
I w开发者_开发知识库ant to host my WCF services in the Azure clouds for scalability reasons. For example there will be some read data action. And it will be under High Load (1000+ user/sec).
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
Using Windows Azure Table Storage (WATS) and trying to update the app to use Azure. I\'ve read many articles, and am not sure on the best approach for this, that is parent to child in a self referenci
Sorry if this sounds like a rather dumb question but I would like to do a \"select\" on data from a Windows Azure table. I tried the following and it worked:
I would like to know is there any upper limit for the number of rows in the Azure Table storage. I am asking this question as I have turned on the diagnostics monitoring and moving the logs to the WA
I\'m recently getting a strange error while deploying my Azure application in a new Server.I\'m using ASP Providers (supplied by microsoft 开发者_StackOverflowwith Azure SDK code samples). Regardless