4

A preview of the new "Visual Studio 11" was recently shown at Microsoft's BUILD conference.

Out of interest, what technology is being used to create it?

I assume it's not WinRT (which I've been led to believe is only for Metro style apps in the new Windows 8 touch-first environment)

Is it still using WPF (like 2010)?

Is it built on .NET 4.5?

Are there any new technologies going into it?

Do we know?

Ross
  • 143
  • 5

1 Answers1

6

My best guess is it is still written using the same technology as Visual Studio 2010.

Visual Studio 2010 was written in C#/WPF but most likely some C++ as well.

The demonstrations showed it didn't run in Metro Style (luckily), but it switched to the ordinary desktop environment which doesn't run on WinRT. Do note that .NET 4.5 can/and should do WinRT calls. I recall (can't verify this atm) that some parts of .NET 4.0 were dropped as they are now encompassed within WinRT.

Whether you need the .NET 4.5 runtime in order to run Visual Studio 2011 I don't know, but you could perhaps find out by installing the developer preview.

Glorfindel
  • 3,137
  • 6
  • 25
  • 33
Steven Jeuris
  • 5,804
  • 1
  • 30
  • 52