Visual Studio 11 preview - download now!
Written by Mike James   
Thursday, 15 September 2011

You can already download a preview of Visual Studio 11 if you are an MSDN subscriber; if not you will have to wait until Friday September 16, when it becomes available to the general user.

The download includes a complete preview of .NET 4.5, F# 3.0 and ASP.NET MVC and it can be installed alongside previous versions of Visual Studio under Windows 7 or 8. 

 

VS11preview

 

The new version has lots of minor enhancements; C++ support has been generally improved and JavaScript is included as a full Windows, if not .NET, language. The feeling that essentially unmanaged languages are second-class citizens seems to have been overcome.

For the core .NET languages, VB and C#, the big news comes as no surprise as we have had plenty of opportunity to view the Async facilities. This is a way of wrapping the need to use callbacks in new syntax that hides the asynchronous nature of the interaction. Basically it says, "Wait until this task is complete but don't hang onto the thread".

C++ gets a lot of new features - upgrades to C++11 standards, automatic vectorizer and parallelizer to speed up loops and new code quality tools. Of particular note are the new DirectX tools. Clearly, if you want to write a DirectX program Microsoft thinks you should be using C++ as access via any other language is difficult. In C++ you now have asset editors, shader support, and a DirectX debugger which lets you track back to the code that set a particular pixel.

More generally .NET 4.5 has various upgrades to its core functionality; WCF, WF and even WPF gets some new features but nothing headline making unless you have missed the earlier releases of the Ribbon control.

The biggest news is, of course, .NET for Metro. The new application target may remove Win32, Win Forms, WPF and Silverlight, but you can still use managed languages to create applications for it. .NET for Metro is a cut-down class library that you can use to create Metro apps. Many of the standard classes that are used in a .NET or Silverlight application have changed or aren't available. .NET for Metro uses the WinRT subsystem to create its graphics and interface to the Kernel so now direct Win32 calls are allowed. The option to create Metro applications only appears if you install the preview under Windows 8 - cross platform development isn't supported.

It is clear that moving an existing .NET or Silverlight application to Metro is going to need many changes; what isn't clear at this early stage are there are any significant omissions that will render an application unsuitable for Metro.

More details

http://msdn.microsoft.com/en-us/vstudio/hh127353

Related news:

Windows 8 - the Developer's Take

WinRT - the new Windows

 

If you would like to be informed about new articles on I Programmer you can subscribe to our RSS feed, follow us on Twitter or Facebook or sign up for our weekly newsletter.

 

Banner


Conference Times Ahead
29/03/2024

Following a well-established pattern both Google's and Microsoft's Developer Conferences will take place in May while Apple follows on in June. Here are the dates plus what to expect.



Android 15 Developer Preview Updated
25/03/2024

Google has released Android 15 Developer Preview 2 with changes including better handling of automatic language switching and updates for OpenJDK 17.


More News

Last Updated ( Friday, 16 September 2011 )