Onward and Upward

Blog archive

Azure Tools Update Includes Profiling

The August release of Windows Azure tools for Visual Studio 2010 is now out, according to this blog entry from the Windows Azure team. Highlights include:

  • Profile applications running in Windows Azure.
  • Create ASP.Net MVC3 Web Roles.
  • Manage multiple service configurations in one cloud project.
  • Improved validation of Windows Azure packages.

The update looks pretty minor, but does include some nice features. My favorite is the first item in that list, profiling. The tool will examine your app while it's running in Azure, and help you find bottlenecks. Given the sluggish performance of many cloud-based apps, this is a welcome feature. The bummer is that it's only available in the Premium and Ultimate versions of VS 2010. No love for those of you who slum with the Professional version.

In a related story, the Windows Azure Platform Training Kit has been updated to reflect the new inclusions. The kit provides a nice, hands-on way to learn about Azure, for those of you looking into it.

By the way, if you haven't downloaded the April update yet, do that first. That ginormous update included support for, among other things, Windows Azure SDK 1.4 and Visual Studio 2010 SP1.

As always, I'm on Twitter at VSM_Keith.

Posted by Keith Ward on 08/04/2011


comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube