The design of applications for cloud computing platforms requires writing code that optimizes resources to the fullest. This is a great article explaining different factors to keep in mind when deploying solutions to Windows Azure.
Similar Posts
Migrating Windows Service to Azure Worker Role
This is a recurrent question when moving on-premise applications into Azure. Good article explaining how to accomplish the task of migrating Windows Services to Worker Roles. Click here to open link…
Gartner: Will Microsoft and VMware Dominate the Cloud Landscape?
Current landscape for cloud computing offerings in the market… very interesting. Click here to open link…
Supporting mobile device applications using RESTful services running on Windows Azure
I recently wrote an article with my friend and colleague Bruno Terkaly for MSDN magazine on using Windows Azure to support mobile device applications (including iOS, Android, and Windows Phone) that require back-end services. The solution that we propose is based on a REST style architecture, a very popular approach that provides flexibility and speed….
Microsoft shares video tour of its Cloud Datacenters
The Microsoft Datacenters team just released a video tour that includes four of our global locations. This is a great way of understanding the IT infrastructure behind Windows Live, Hotmail, Bing, MSN… and obviously Windows Azure. Enjoy! Full Article here…
A patch to fix the ASP.NET Sec…
A patch to fix the ASP.NET Security Vulnerability is being released tomorrow. Scott Gu just blogged details: http://bit.ly/axbzw4
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 –…