Excellent post from Ryan Dunn explaining how to host internal WCF services using a Worker Role.
Similar Posts
Windows Azure AppFabric Service Bus Brokered Messaging
Great article about the new Windows Azure AppFabric capabilities announced during BUILD Click here to open link…
Building Highly Scalable Java Applications on Windows Azure
Good article on Java and Windows Azure Click here to open link…
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…
Sync Framework 4.0 October 2010 CTP now supports OData natively
Great news for developers using the Sync Framework. The new 4.0 version CTP now supports OData natively. No need to install the Sync Framework client anymore, offering clients like Silverlight, Windows Phone 7, Windows Mobile, and even the iPhone to consume and synchronize data with SQL Server/SQL Azure. Click here to open link…
About using IntelliTrace with Windows Azure…
I had the opportunity last night to do a presentation about Windows Azure for the Denver Visual Studio User Group – http://www.denvervisualstudio.net/. One of the topics that we discussed was using IntelliTrace for debugging purposes on Azure, somebody in the audience pointing out that this was not recommended by Microsoft for production environments. Since I was…
Windows Azure Insider June 2013 – Architecting Multi-Tenant Applications in Windows Azure
One of the biggest challenges that companies face when migrating applications to Windows Azure is going from a single to a multi-tenant approach, which means that some of the compute and data resources are shared by their customers. We take a look at four different areas affected by this process: – Identity and security –…