Visual Studio 11 Developer Preview spans architecture, code, test and deploy, adding support for Windows 8 Metro style applications built with HTML 5, JavaScript, C#, VB and C++.
There are many features introduced in Visual Studio 2011 which include:
- Async Feature -The new Async feature provides an elegantly simple technique to make code asynchronous
- Iterators – Iterators are used to perform custom iteration over collections such as lists or arrays
- Call Hierarchy – Call Hierarchy enables you to navigate through your code like call to and from of selected method or property or constructor
- Global Keyword in Namespace Statements -This lets you define a namespace out of the root namespace of your project
For more details, please refer http://msdn.microsoft.com/en-us/vstudio/hh127353
Filed under: Visual Studio 2011, VSTS 2011 Tagged: VS 2011
