Posts by this author

Mar 15, 2011
Post comments count0
Post likes count0

Quick Find extension in the Productivity Power Tools

We’re pleased to announce a new Quick Find (Ctrl+F) extension in the February release of the Productivity Power Tools.  This is the first version of the Quick Find extension and we are planning to make some improvements to it in future Power Tools releases, but this blog post describes the reasons for the extension, its functionality, where we’re p...

ExtensionsProductivityVisual Studio 2010
Mar 11, 2011
Post comments count0
Post likes count0

Visual Studio 2010 SP1 Now Available

As of this week, Visual Studio 2010 SP1 is now available for download!  The service pack was released to MSDN subscribers on March 8 and became generally available on March 10.  SP1 includes fixes that improve reliability and address the most commonly-reported customer bugs.  It also adds some of the most requested feature improvements, including a...

Visual Studio 2010
Feb 7, 2011
Post comments count0
Post likes count0

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/ericlippert/archiv...

C#Visual Basic
Jan 5, 2011
Post comments count0
Post likes count0

Second edition of the MSBuild and Team Foundation Build book released

Not many books that are reviewed like this on Amazon: Now the heavily augmented second edition has just come out, written by several people at Microsoft and reviewed by the product team. If you need a reference to Team Build or MSBuild, you should get it. -- Dan, VS Solution/Project/Build dev lead Update: Here's a link to t...

C#
Dec 21, 2010
Post comments count0
Post likes count0

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 the 4...

C#
Nov 30, 2010
Post comments count0
Post likes count0

Color Printing Extension Now Available!

We are pleased to announce the availability of Color Printing as a free extension for Visual Studio 2010!  By default, VS 2010 prints only in black and white; this extension restores support for printing code in color. Installation and Setup Installing Color Printing requires Visual Studio 2010 Pro, Premium, or Ultimate (the Express editions...

ExtensionsVisual Studio 2010
Nov 29, 2010
Post comments count0
Post likes count0

Using Visual Studio to build VB Windows Phone Applications

by Yang Xiao Today we are announcing the release to web (RTW) of Visual Basic for Windows Phone Developer Tools. This walkthrough demonstrates how easy and convenient it is to develop a VB Windows Phone application using the newly released tools. You’ll see that the many new IDE features in Visual Studio 2010, which help you navigate and write c...

Debugging and DiagnosticsNode.jsXAML
Nov 15, 2010
Post comments count0
Post likes count0

Second article published about VSPackage Builder

In September, there was a post on the blog that introduced the VSPackage Builder, a tool for VS extension developers that provides a designer experience over the Visual Studio Command Table (VSCT) file. In particular, Package Builder makes it easy to add commands and UI to the VSCT incrementally – a task that’s proven somewhat challenging to...

Oct 11, 2010
Post comments count0
Post likes count0

Visual Studio 2010 Survey

We want to hear from you about how Visual Studio 2010 is working for you so far:   "It's been just over 6 months since we launched Visual Studio 2010 in April. I hope you've been busy digging in and taking VS out for a spin. Your feedback was invaluable to us as we were building VS - thank you! It's a great time for us to hear what...

Oct 1, 2010
Post comments count0
Post likes count0

Extension Analyzer V3

Extension Analyzer is an Extension to Visual Studio 2010 that allows browsing several extensibility entities inside of Visual Studio. It also allows diagnosing several common errors loading extensions by reporting information from logging services inside Visual Studio. The Extensibility team in Visual Studio has recently added several exciting f...