Martin Heller
Contributing Writer

Microsoft Visual Studio 2010 highlights

analysis
Jun 4, 20092 mins

VS2010 Beta 1 promises a worthy upgrade to the premier IDE for .Net development, but some key pieces are still missing

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.

vs2010-archex2_sm_0.gif

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.

Martin Heller

Martin Heller is a contributing writer at InfoWorld. Formerly a web and Windows programming consultant, he developed databases, software, and websites from his office in Andover, Massachusetts, from 1986 to 2010. From 2010 to August of 2012, Martin was vice president of technology and education at Alpha Software. From March 2013 to January 2014, he was chairman of Tubifi, maker of a cloud-based video editor, having previously served as CEO.

Martin is the author or co-author of nearly a dozen PC software packages and half a dozen Web applications. He is also the author of several books on Windows programming. As a consultant, Martin has worked with companies of all sizes to design, develop, improve, and/or debug Windows, web, and database applications, and has performed strategic business consulting for high-tech corporations ranging from tiny to Fortune 100 and from local to multinational.

Martin’s specialties include programming languages C++, Python, C#, JavaScript, and SQL, and databases PostgreSQL, MySQL, Microsoft SQL Server, Oracle Database, Google Cloud Spanner, CockroachDB, MongoDB, Cassandra, and Couchbase. He writes about software development, data management, analytics, AI, and machine learning, contributing technology analyses, explainers, how-to articles, and hands-on reviews of software development tools, data platforms, AI models, machine learning libraries, and much more.

More from this author