I just ran the Visual Studio 2010 Thread Profiler against my Azure code and noticed I\'m getting a LOT of contentions. My code is blocked more often than it is running!
Part of my application includes a \"chat\" system. I maintain a queue for each user. Messages to the user are placed in the queue, and the user\'s software periodically polls a rest service for new me
I\'m in the early phases of designing an Azure-based application. One of the things that attracts me to Azure is the scalability, given the variability of the demand I\'m likely to expect. As such I\'
Let say I have Table in Azure Table Storage public class MyTable { public string PK {get; set;} public string RowPK {get; set;}