Visual Studio Blog

The official source of product insight from the Visual Studio Engineering Team

8-part Async series by Eric Lippert

For those that haven’t seen it, Eric Lippert finished an amazing 8-part blog series in November on the new Asynchronous Programming APIs slated for the next version of C# and VB.  He shows you how to get started getting started with the CTP and how to determine if async makes sense for your application. http://blogs.msdn.com/b/...

Incorrect solution build ordering when using MSBuild.exe

UPDATE: This issue has been fixed in Visual Studio 11/NETFX45. As always, feedback is welcome! Please leave your comments in this blog post and report any bugs on Microsoft Connect.   We've had a few reports of cases where Visual Studio, and previous versions of MSBuild, will build the projects in the solution in the correct order, but ...

Introducing the VSPackage Builder

Last week we released the first version of a new project template, VSPackage Builder, which enables rapid development of the command UI and tool window infrastructure of VS 2010 extensions. VSPackage Builder requires VS 2010 Pro or above, and can be installed directly from within VS using the Extension Manager, or indirectly from the Visual ...

Quick Access Extension

With last week’s release of the Productivity Power Tools, we announced a new extension – Quick Access – that allows you to search and execute common tasks within the Visual Studio IDE.  You can launch Quick Access by pressing Ctrl+3, or by selecting View->Quick Access. Quick Access will allow you to search and execute...

Walkthrough: Creating a Custom Start Page – Part 2

This is the second of a two part walkthrough on creating a personalized version of the Start Page which enables users to change a background image. This post builds on the project we created previously. If you have not already done so, I recommend going through part one of the walkthrough before continuing on. We will cover the following ...

Walkthrough: Creating a Custom Start Page – Part 1

One of the coolest features of Visual Studio 2010 is the ability to customize the new WPF based Start Page. We have released a project template for creating pages, using the Visual Studio 2010 default page as a starting point. In the next two posts I’m going to walk through the process of creating a new page, testing the page using the VS...

Announcing the Solution Navigator

We are very excited to announce the first release of Solution Navigator, a new tool that merges functionality from Solution Explorer, Class View, Object Browser, Call Hierarchy, Navigate To, and Find Symbol References into a single view. This view can be surfaced as a tool window or, for C# and VB, an interactive tooltip. The Solution ...

New Version of the Productivity Power Tools is Available!

I am pleased to announce that we have an updated version of the Productivity Power Tools.  With this release, we've introduced 4 brand new extensions and we've fixed many of the bugs that were reported in the previous version.  If you have the Productivity Power Tools installed already, you will get a notification that a new version is ...