A Wide Array of New Features in Windows Azure Tools 1.4
Microsoft has released Windows Azure Tools 1.4, an update to the Visual Studio extension that allows developers to create applications for Windows Azure. The major enhancements in this update are:
Support for Multiple Service Configurations
Developers can have a configuration file for testing locally, and another for deployment on Windows Azure. When the application is published, there is an option to select the appropriate service configuration.
Windows Azure Performance Profiling
These tools allow performance testing while an application is running on Windows Azure. There are four different profiling options:
- CPU Sampling: analyzes CPU utilization with little impact on the running application’s performance
- Instrumentation: times input/output operations and function calls
- .NET Memory Allocation: uses the sampling profiling method to analyze memory used by the .NET Framework itself
- Concurrency: tracks execution data to help find waiting threads in multi-threaded applications
Performance profiling is only supported in Visual Studio Ultimate and Premium.
MVC 3 Web Roles
In previous versions of the Azure Tools, developers had to add MVC 3 web roles manually. These templates are now provided by default, and they automatically add the required assemblies to a project. The ASP.Net Universal Providers, which add support for SQL Azure and SQL Compact, are also included.
Package Validation
Visual Studio now includes several additional warnings and error messages about potential problems with Azure applications, so that developers can resolve them earlier in the testing process.
Windows Azure Tools 1.4 can be downloaded via Microsoft Web Platform Installer.
Educational Content
Writing Usable APIs in Practice
Giovanni Asproni May 19, 2013
Concurrency in Clojure
Stuart Halloway May 17, 2013




Hello stranger!
You need to Register an InfoQ account or Login to post comments. But there's so much more behind being registered.Get the most out of the InfoQ experience.
Tell us what you think