azure-table-storage
Can I cache my table storage calls in azure?
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[详细]
2023-03-11 15:15 分类:问答TableServiceContext and strongly typed table name
I have a DocumentDataServiceContext derived from TableServiceContext. Inside that class I have the following method:[详细]
2023-03-11 03:38 分类:问答Partition Key Question
Let\'s I define my entity like this: public class User : TableServiceEntity { /// <summary>Unique Id (Row Key)</summary>[详细]
2023-03-10 18:39 分类:问答Azure Table Storage - Customising table entity saves for persisting collections
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.[详细]
2023-03-08 22:02 分类:问答How to scale SQL azure?
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).[详细]
2023-03-08 02:10 分类:问答How do SQL Azure and Azure Table Storage compare? [closed]
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[详细]
2023-03-07 14:05 分类:问答Azure table storage - pattern for parent-child (self referencing schema)
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[详细]
2023-03-04 15:32 分类:问答Can I query any attribute in a Windows Azure Tablestorage row?
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:[详细]
2023-03-03 14:39 分类:问答Upper bound on number of Rows in azure table storage...?
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[详细]
2023-03-02 19:11 分类:问答ASP Provider project failing in Azure environment
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[详细]
2023-03-01 14:13 分类:问答