Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
What's new in the Service Bus .NET SDK 2.0
Apr 30, 2013 at 12:09 PMVery excited to see all the new features going public, and especially the SAS support!
How Halo 4 is using Windows Azure Service Bus
Jan 17, 2013 at 10:44 PMLoved the use of delayed messages to basically implement a scheduler; instead of running a service that would need to manage message ordering and playback schedule, just dump all your messages in one go into the Service Bus, and let the system play them back at the designated time to simulate real users. Nice!