Cloud9

Azure and Cloud Services, WCF, WF, Dublin, Geneva and Federated Security, Oslo

  Home  |   Contact  |   Syndication    |   Login
  21 Posts | 0 Stories | 3 Comments | 0 Trackbacks

News

Archives

Post Categories

January 2010 Entries

I asked someone the following question.. in the following code... ( from MSDN Mag 2010 issue ( thomas erl )) [Description("PartitionKey=... Rowkey=AccountId")] public class UserAccountBalance : TableServiceEntity { public double Balance { get; set; } public UserAccountBalance() : base(Guid.NewGuid().ToStrin... Guid.NewGuid().ToString()) { } public UserAccountBalance(Guid userId, Guid accountId) : base(userId.ToString(), accountId.ToString()) { } } is this creating 1 partition for every UserID...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati