Visual Studio Blog

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

Introducing Bing Code Search for C#

Download the extension now from the Visual Studio Gallery Update: For the folks who have extensions that replace the Visual Studio IntelliSense experience, you can still access the feature using 'ALT-A' as a shortcut or assign the 'Tools.LaunchSnippetSearch' command to a shortcut of your choosing (under Tools->Options->Environment->...

Notifications in Visual Studio 2013

One of the benefits to having a connected IDE is that your environment can be kept up to date easily by presenting you with notifications of updates and relevant account information. Visual Studio will not only keep your environment up to date but also keep you in control of your preferred configurations. There are two main avenues for ...

Improving how we update Visual Studio

A common piece of feedback we’ve gotten is to make it easier to find and acquire bug fixes and updates – basically, how we can bring more improvements to more customers, more promptly, and more easily. As you can imagine, there are many factors to balance here, ranging from the kinds of updates we should offer, how frequently we should ...

Visual Studio 11 Beta Performance Part #3

Welcome back to the 3rd and final part of the Visual Studio 11 Beta Performance series. This week’s topic is Debugging. As I mentioned in the 1st post debugging is a key component in your continuous interaction with Visual Studio and we heard from you that the compile, edit and debug cycle had hiccups and was sluggish. I would like to ...

High school students at the Academy of Interactive Entertainment build a WP application from scratch in a week

By Alice LeeDeveloping a full-fledged Windows Phone app in one week – that’s pretty ambitious, right?Last week, at the Academy of Interactive Entertainment (AIE)’s weekly Summer Cyber Camp, a team of talented high and middle school students set out to do just that. I followed them for one week, documenting the process of ...

TechEd 2011: Visual Studio vNext Sneak Preview

In case you missed it, last week at TechEd 2011 in Atlanta, GA, I gave conference attendees a first look at some of the new IDE features and performance improvements we’re working on for the next version of Visual Studio.  Channel9 has posted the session (along with all the other TechEd sessions) so everyone else can now watch the ...

Async CTP (SP1 Refresh)

By Robin Reynolds-Haertle This morning, we released an updated version of the Visual Studio Async CTP (SP1 Refresh) that’s compatible with Visual Studio 2010 SP1 and Windows Phone 7! What Is the Visual Studio Async CTP (SP1 Refresh)? The Async CTP previews a language feature that is in the next version of Visual Basic and C#. By using ...

MSBuild Known Issues

Since the release of Visual Studio 2010 we have received a few reports of crashing behavior which can be traced back to issues with MSBuild.  We’ve analyzed all of these and there are several particular cases where a crash can occur.  We’ve also added a notification to Windows Error Reporting to help guide those who hit ...

Visual Studio Managed Multi-Targeting: Part 1: Concepts: Target Framework Moniker, Target Framework

In prior versions of Visual Studio, before Visual Studio 2010, the projects could only target .NET Framework versions v2.0, v3.0 and v3.5 therefore it was, mostly, sufficient to identify a framework only with its version. This is changing with Visual Studio 2010 – now projects will be able to target not only current versions of the .NET ...