The first thing you'll notice about Visual Studio 2010 is the revamped user interface, which is based on Windows Presentation Foundation (WPF) instead of Windows Forms. The laundry list of improvements extend to the WPF and Silverlight designers, code browsing, IntelliSense, thread debugging, test-driven development, and the .Net languages themselves. Here is a scrolling tour of some of the highlights. (Click each image for a closer view.) For more detail on these and other features, see my preview.
Note the lack of ASP.Net MVC projects. There has been no word yet on when they will be available.
Note the lack of device and Azure projects. Azure projects have become available as an add-in since this screen shot was taken, but there has been no word yet on when the smart device projects will be available.
The interface for Visual Studio 2010 was built with Windows Presentation Foundation (WPF), so it’s no surprise that the WPF designer is very smooth.
Visual Studio 2010 warns that Silverlight projects may present a security risk and offers two project modes.
The Silverlight designer is very similar to the WPF designer, but offers fewer controls in its toolbox.
I had planned to show a demonstration of Silverlight debugging. Instead, I got this error message. It may be a 64-bit issue or an installation problem. Did I mention that this is Beta 1? [UPDATE: Installing the Silverlight 3 developer runtime fixed this problem.]
Silverlight has its own flavor of IntelliSense for each version.
Want to zoom in on your code or display it to a room full of people? Scrolling while pressing the Ctrl key makes it simple.
The ASP.Net AJAX extensions are now part of standard ASP.Net Web sites.
F# is the .Net variant on ML or OCAML. It is supported natively in Visual Studio 2010 and can be mixed with C# and other .Net languages in the same project.
The Architecture Explorer makes it easier to understand large code bases, such as the Pet Store sample shown here.
This UML class diagram was generated automatically by the Architecture Explorer. Microsoft has gotten much more serious about UML support than it has been in the past.