In my latest MSDN Magazine article, I compare Windows Azure queues Vs. Service Bus queues from a developers perspective, showing how to perform the most basic operations: create a queue, send and receive messages, send authentication credentials to both services. I hope that you find it useful.
Similar Posts
Beginning Azure Diagnostics Andy Cross at BareWeb
Click here to open link…
Windows Azure Tools for Microsoft Visual Studio 2010 – August 2011 update
Even though I tweeted about this a few days ago, I would like to emphasize the importance of this update, particularly for developers creating projects for Windows Azure using Visual Studio 2010. My two favorite new features: 1) Profile applications running in Windows Azure 2) Manage multiple service configurations in one cloud project. Full article…
Deploying the Windows Azure ASP.NET MVC 3 Web Role
In order to deploy the default ASP.Net MVC 3 web role that comes with version 1.4 (and later) of the Windows Azure SDK, it is necessary to make some changes linked to the SQL connection strings, which point by default to the local SQLEXPRESS instance. This article from Wade Wegner explains how to make them…
PowerPoint presentations for the Global Windows Azure Bootcamp in Denver, CO April 2013
PowerPoint presentations used last April, during the Global Windows Azure Bootcamp in Denver, CO USA, can now be downloaded from this Skydrive location. The following files are included: – GWAB Denver Intro. – Windows Azure Platform overview. – Windows Azure Compute overview. – Windows Azure Storage overview. – Windows Azure Messaging overview. – Windows Azure…
Programmatically Changing the AppPool Identity in a Windows Azure Web Role
Excellent blog entry from Wade Wegner, explaining how to change settings for the IIS AppPool associated to a web role in Azure. Click here to open link…
New FabrikamShipping SaaS Release for Windows Azure SDK 1.3
The Fabrikam Shipping website has been updated to version 1.3 of the Windows Azure SDK. This sample project shows how to create different subscription models using a SaaS approach and different Azure components. Source code is available. Enjoy! Click here to open link…