Windows Azure Tools for Microsoft Visual Studio 1.2 (June 2010)

Posted by Jim Duffy on Geeks with Blogs See other posts from Geeks with Blogs or by Jim Duffy
Published on Mon, 07 Jun 2010 09:19:27 GMT Indexed on 2010/06/07 15:32 UTC
Read the original article Hit count: 319

Filed under:

I have good news! Microsoft has released the June 2010 Windows Azure Tools + SDK. These new tools extend Visual Studio (both VS 2010 & VS 2008) for Windows Azure development. With these tools you can create, configure, debug, build, run, and deploy scalable web apps on Windows Azure.

At first glance what I see as some of the most interesting points of interest are the fact that Visual Studio 2010 RTM is fully supported as well as .NET 4 support. You can choose to build your apps with the .NET 3.5 or .NET 4 frameworks. Another area of interest that I’ll be digging into is the cloud storage explorer. It provides a read-only view of your Windows Azure tables and blob containers from within Visual Studio via the Server Explorer.

I’m sure I’ll have more to say about the Windows Azure Tools as I dig deeper…

Have a day. :-|

© Geeks with Blogs or respective owner

Windows Azure Tools for Microsoft Visual Studio 1.2 (June 2010)

Posted by Eric Nelson on Geeks with Blogs See other posts from Geeks with Blogs or by Eric Nelson
Published on Mon, 07 Jun 2010 13:09:03 GMT Indexed on 2010/06/07 14:23 UTC
Read the original article Hit count: 319

Filed under:

Yey – we have a public release of the Windows Azure Tools which fully supports Visual Studio 2010 RTM and the .NET 4 Framework.

And the biggy I have been waiting for – IntelliTrace support to debug your cloud deployed services (Requires  VS2010 Ultimate)

Download today http://bit.ly/azuretoolsjune

New for version 1.2:

  • Visual Studio 2010 RTM Support: Full support for Visual Studio 2010 RTM.
  • .NET 4 support: Choose to build services targeting either the .NET 3.5 or .NET 4 framework.
  • Cloud storage explorer: Displays a read-only view of Windows Azure tables and blob containers through Server Explorer.
  • Integrated deployment: Deploy services directly from Visual Studio by selecting ‘Publish’ from Solution Explorer.
  • Service monitoring: Keep track of the state of your services through the ‘compute’ node in Server Explorer.
  • IntelliTrace support for services running in the cloud: Adds support for debugging services in the cloud by using the Visual Studio 2010 IntelliTrace feature. This is enabled by using the deployment feature, and logs are retrieved through Server Explorer.

Related Links:

© Geeks with Blogs or respective owner