Windows Azure Tools for Microsoft Visual Studio 1.1
Rilasciata da un paio di giorni la nuova versione degli strumenti per sviluppare progetti per Windows Azure.
La prima novità riguarda il supporto per Visual Studio 2010 RC (che sta per uscire). Se usate la versione Beta 2 di Visual Studio 2010 continuate a usare gli strumenti versione 1.0 di novembre !!!
Le novità che riporto direttamente dal download sono
New for version 1.1:
- Windows Azure Drive: Enable a Windows Azure application to use existing NTFS APIs to access a durable drive. This allows the Windows Azure application to mount a page blob as a drive letter, such as X:, and enables easy migration of existing NTFS applications to the cloud.
- OS Version Support: Allows a Windows Azure application to choose the appropriate Guest OS to run on in the cloud.
- Bug Fixes
- StorageClient: Expose account key from storage credentials, expose continuation tokens for pagination, and reduce maximum buffer size for parallel uploads.
- Windows Azure Diagnostics: Fix path corruption for crash dumps, OnDemandTransfer now respects LogLevelFilter.
- VS 2010: Improved packaging performance.
- VS 2010: Support for linked files in Web projects.
- VS 2010: Support for ASP.NET web project web.config transformations.
- Certificate selection lists certificates from LocalMachine\My instead of CurrentUser\My.
- Right click on Role under Roles folder to select whether to launch the browser against HTTP, HTTPS or not at all.
Il download a partire da quì http://www.microsoft.com/downloads/details.aspx?FamilyID=5664019e-6860-4c33-9843-4eb40b297ab6&displaylang=en
Al prossimo .NET Campus (13 marzo) terrò una sessione introduttiva sull'argomento.