Great blog entry from J.D. Meier's. Patterns are the easiest way to share strategies for common scenarios. Learning how to use and identify them facilitates the creation of highly efficient software architectures.
Similar Posts
Two patterns to keep in mind when architecting applications for the cloud
After working with several companies trying to deploy their solutions to Windows Azure, I have found the lack of two common features / patterns in their architectures that prevent them from taking full advantage of the extra IT capacity that the cloud offers. To be honest, these are good practices that apply not only to…
Managing and Monitoring Windows Azure applications with System Center 2012
As part of the effort of better integrating and managing on-premises and cloud resources, System Center 2012 offers different capabilities to monitor Windows Azure instances. This article from the Microsoft Server and Cloud Platform team shows how to upload, deploy and monitor applications to the cloud using the latest version of System Center. Click here…
Mark your calendars! Windows Azure OSS Summit in India, February 2013
Following the successful Windows Azure OSS Summit that I presented in Paris with David Makogon, Bhushan Nene, and Karandeep Anand; we are now flying around the world to meet with Windows Azure developers in India, where we will be visiting three different cities: Mumbai, Pune and Bangalore. We will talk about the latest features incorporated…
Web Page Image Capture using a Windows Azure app
Good example on how to capture web pages to an image using an Azure application, incuding how to use local storage, as well as combining the responsibilities of a web and a worker role in a single one. http://blog.smarx.com/posts/web-page-image-capture-in-windows-azure
Don’t miss it! Windows Azure Discovery Event in Boulder, CO March 20th, 2012
Join us for this free, invitation-only Windows Azure Discovery Event, brought to you by Metro – Microsoft’s Early Adopter Program and the Global Windows Azure incubation team. Our goal is to help ISVs and software startups understand latest updates on Microsoft’s Cloud Computing offerings with the Windows Azure Platform, discuss the opportunities for the cloud,…
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…