Great tips on what to check before uploading an ASP.Net application to Windows Azure.
http://talenticaservices.blogspot.com/2010/09/10-things-to-do-while-migrating-aspnet.html
Great tips on what to check before uploading an ASP.Net application to Windows Azure.
http://talenticaservices.blogspot.com/2010/09/10-things-to-do-while-migrating-aspnet.html
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…
Description of the new Azure Web Role capabilities, including full control of IIS, multiple web sites, independent application pools, among other capabilities. Click here to open link…
For the Windows Azure Insider January 2013 edition, Bruno Terkaly and I talk about Windows Azure Web Sites, one of the newest services offered in the Microsoft cloud platform, allowing developers to rapidly deploy and scale applications based on ASP.Net, PHP or Node.js. I hope that you find it useful.
Great article explaining the differences between Windows Azure Queues and the new messaging capabilities in the Windows Azure Service Bus. It contains typical scenarios, as well as general guidelines on when to use one vs. the other. Click here to open link…
Installing SQL Server on a VM Role is not a pattern that Microsoft recommends for different reasons (including local storage scalability), but this article exposes some interesting ways of using this approach for cost saving purposes. Click here to open link…
Excellent post from Ryan Dunn explaining how to host internal WCF services using a Worker Role. Click here to open link…