Windows Azure

'Microsoft.ServiceBus.TransportClientCredentialType' is obsolete
Once you upgrade to the Windows Azure SDK 1.6 you also get the updated Microsoft Service Bus assemblies (version 1.6.0.0) that you can use for working with Windows Azure Service Bus (yeah, no longer AppFabric Service Bus) One of the standard implementations of Service Bus is to use the CredentialType, Credentials (the service bus namespace and the issuer key and issuer name) to create the service bus namespace URI. Once you upgrade to Windows Azure Service Bus (Microsoft.ServiceBus) version 1.6.0.0,...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Tuesday, January 10, 2012 10:51 PM | Feedback (0)

Windows Azure Service Bus November 2011 Release
I have been working on Windows Azure Service Bus for the recently concluded Azure Camps Yes, it is no longer referred as “Windows Azure AppFabric Service Bus”. All the 3 components i.e. Service Bus, Access Control and Caching are hereinafter referred to as simply Windows Azure Service Bus, Caching & Access Control Service, to minimize the complexity in referring to them. Also, Service Bus and the related releases usually come as an out of bound release and are usually behind in terms of the Windows...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Tuesday, January 10, 2012 9:04 PM | Feedback (0)

EFProviders require MultipleActiveResultSets=True for System.Data.SqlClient connection strings
I was playing with the new Membership API (System.Web.Providers) for the upcoming Virtual TechDays While I was trying out a lot of options for using as DB store, one of the obvious choices was SQL Azure. With SQL Azure, I could offload the Database hosting capabilities to Azure and just focus on my application code. Of course, it comes at a cost and SQL Azure is a subscription based database available in different sizes and rates there of. One of the challenges I faced was, working with the Membership...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Tuesday, December 13, 2011 3:25 PM | Feedback (2)

The BUILD Conference
What a week it has been! The BUILD Conference just concluded http://www.buildwindows.com... and there were tons of announcements. This is one of the reasons I am passionate about this company. Even when I was outside Microsoft, the momentum and the focus they have on Developer audience simply amazes me and they continue to do it, years later. Windows Developer Preview BUILD is a developer conference which premiered the first Windows Developer Preview bits. Clearly, the developers...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Tuesday, September 20, 2011 8:20 AM | Feedback (5)

MVC 3 and Windows Azure Tools for Visual Studio 2010–August 2011 Release
The new version of Windows Azure Tools for Visual Studio 2010 i.e. the August 2011 release just got out. You can read and download it from http://blogs.msdn.com/b/win... My favorite pick is the ability to add MVC3 Web Roles. In the past we had to do certain work-around for running MVC3 Applications. Now, there is an ability to add MVC 3 Web Role There is now support for Universal...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Tuesday, August 09, 2011 11:10 AM | Feedback (4)

Entity Framework with SQL Azure, "There is already an open DataReader associated with this Command which must be closed first."}
I hit this error when I deployed an app built with Entity Framework onto Windows Azure. Obviously, I wasn’t explicitly using DataReader so it kind of puzzled me. As it happens every time It worked well with local database, application running local and database on SQL Azure. But once I used the Dev Fabric to test the application locally, it failed and gave the above error. Entity Framework relies on using Multiple Active Results Sets (MARS), and it would be a part of connection string multipleactiveresultsets=True....
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Tuesday, June 14, 2011 12:51 PM | Feedback (0)

Web Role Instances recreated, repaired while deploying MVC 3 Applications on Windows Azure
Recently, I was deploying an MVC 3 Application on Windows Azure. The deployment took longer than expected and the Roles were just restarting/repairing and it couldn’t just start the role instances. Only thing that seemed to have worked was uploading the Packages. Post that, the Roles were simply unable to start and be ready. I deleted the deployment, re-created the package and deployed. Still no avail. It would successfully upload the package but post that the roles would never be able to start....
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Tuesday, June 14, 2011 12:16 PM | Feedback (1)

Updated Windows Azure Tools for Visual Studio 2010 available
Since the commerical availability of Windows Azure, there were a few releases of Windows Azure tools for Visual Studio that had shipped. Now, there is an updated version of Windows Azure Tools for Visual Studio available. It is available as Windows Azure Tools for Microsoft Visual Studio 1.2 (June 2010) and can be downloaded from here This includes support for Visual Studio 2010 RTM as well as Visual Studio 2008 SP1. Other features include Cloud Storage Explorer, .NET 4 support and few other new...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Thursday, July 01, 2010 9:24 PM | Feedback (6)

Visual Studio 2010 RC first look and Windows Azure Tools
As promised in the previous post, here is a first look on Visual Studio 2010 RC. i am sure many of you have downloaded the bits already so this is for those who are waiting yet. VS 2010 RC is an upgrade to the Beta 2 that was shipped last year. This build has been heavily focussed on implementing community feedback and fixing performance issues reported. The start up screen looks as below. A little darker compared to the Beta 2 build. You can read my earlier post on First look on Beta 2 here I didn’t...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Sunday, February 14, 2010 10:41 PM | Feedback (31)

Moving your ASP.NET Application to Windows Azure – Part II
In the previous post I had described the steps to secure your Windows Azure tokens and get the necessary Visual Studio templates as well as making your web application Azure ready by adding the cloud project and building against it. Once you have tested the Development Fabric, the instances as well as the application, the next step would be to publish it to the Windows Azure platform. Select the “CloudService1” project that you added to the solution, right click and select “Publish” Once you click...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Saturday, December 19, 2009 8:47 AM | Feedback (316)

Full Windows Azure Archive