Gaurav Mantri's Personal Blog.

Archives for March 2012

Comparing Windows Azure Queue Service and Amazon Simple Queue Service

In this blog post, we’re going to compare Windows Azure Queue Service and Amazon Simple Queue Service from core functionality point of view. For the sake of brevity, we’re going to refer Windows Azure Queue Service as WAQS and Amazon Simple Queue Service as ASQS in the rest of this blog post. From … [Read more...]

Programmatically finding Deployment Slot from code running in Windows Azure

I’ve seen a number of threads on MSDN forums for Windows Azure where folks want to know if their application is running in “Production” or “Staging” slot in a Windows Azure hosted service. There may be situations where you don’t want your code to execute certain functionality when it is running in … [Read more...]