Showing tag results for C#

Jan 5, 2010
Post comments count0
Post likes count0

Product registration for the About Box in Visual Studio 2010 and the deprecation of IVsInstalledProduct interface

Visual Studio Team

In this article I’ll talk about the information that needs to be specified by a product integrating with Visual Studio to make that product appear in the About box dialog, and the changes to these settings for Visual Studio 2010. You are probably familiar by now with the layout of the Visual Studio’s About Box dialog. Beside listing gener...

C#
Dec 9, 2009
Post comments count0
Post likes count0

Building and publishing an extension for Visual Studio 2010

Visual Studio Team

Quan To – Program Manager, Visual Studio Platform Team Short Bio: Quan is responsible for the Extension Manager and Visual Studio SDK.  Quan has been with Microsoft for over ten years and has also spent time working on the Tablet PC Team and the Visual Studio Deployment team. Visual Studio 2010 supports more platforms and language...

HTMLC#Node.js
Dec 1, 2009
Post comments count0
Post likes count0

Visual Studio Extensibility Videos

Visual Studio Team

Hi folks, I wanted to call out a couple of videos we just released to the community.  I spent some time last week putting together a short video on publishing your extension to the Visual Studio Gallery.  The video will give you a walkthrough of what to expect when sharing your extension and shows you what to expect on the Gallery....

C#
Nov 23, 2009
Post comments count0
Post likes count0

What's new for editor extenders in Beta 2?

Visual Studio Team

Noah Richards – Developer, Visual Studio Editor Team Short Bio:  Noah has been working on the Visual Studio Editor team since he graduated college two and a half years ago.  He maintains a blog, posts sample code for editor extensions, and frequently answers editor-related questions on Twitter. Editor’s Note:  This post was origina...

ASP.NETC#Visual Studio 2010
Nov 23, 2009
Post comments count0
Post likes count0

What’s new for editor extenders in Beta 2?

Visual Studio Team

Noah Richards – Developer, Visual Studio Editor Team Short Bio:  Noah has been working on the Visual Studio Editor team since he graduated college two and a half years ago.  He maintains a blog, posts sample code for editor extensions, and frequently answers editor-related questions on Twitter. Editor’s Note:  This post was origina...

ASP.NETC#Visual Studio 2010
Nov 22, 2009
Post comments count0
Post likes count0

Framework Multi-Targeting for VC++ Projects

Visual Studio Team

Short Bio: Pavan Adharapurapu is a developer on the Visual Studio Project and Build team. As part of VS 2010, he has worked on numerous features of the VC++ project system such as property sheets, filters, property pages, platform and tool extensibility, etc. His long term focus is on developing a "common project system" infrastructure which could ...

ASP.NETC#
Nov 19, 2009
Post comments count0
Post likes count0

Debugging Expression Trees in Visual Studio 2010

Visual Studio Team

First of all, let’s take a look at the example from one of my previous posts. It creates an expression tree for calculating the factorial of a number. Now, what if you want to see the content of this tree in debug mode? You can try lambda.ToString() but it’s not very informative. All you get is this: value => {var result; … }. Basically, it te...

Visual StudioDebugging and DiagnosticsC#
Nov 10, 2009
Post comments count0
Post likes count0

Behind the Scenes: The Splash Screen

Visual Studio Team

Paul Harrington – Principal Developer, Visual Studio Shell Team Short Bio: Paul Harrington is a principal software developer on the Visual Studio platform team. He has worked on every version of Visual Studio .Net to date. Prior to joining the Visual Studio team in 2000, Paul spent six years working on mapping and trip planning software for...

C#
Nov 2, 2009
Post comments count0
Post likes count0

Send Us Your Feedback: Visual Studio 2010 Beta 2 Survey!

Visual Studio Team

Weston Hutchins – Program Manager, Visual Studio Shell Team Short Bio: I started at Microsoft as an intern in 2005 and have been working in Visual Studio ever since.  I’m currently a PM on the VS Shell Team.  No, not the “Isolated” or “Integrated” Shell, but the core VS IDE – it’s UI and services.  Prior to my current duties, I was...

C#Visual Studio 2010
Oct 28, 2009
Post comments count0
Post likes count0

How to Fix “The application cannot start” Error

Visual Studio Team

Weston Hutchins – Program Manager, Visual Studio Shell Team Short Bio: I started at Microsoft as an intern in 2005 and have been working in Visual Studio ever since.  I’m currently a PM on the VS Shell Team.  No, not the “Isolated” or “Integrated” Shell, but the core VS IDE – it’s UI and services.  Prior to my current duties, I was...

Debugging and DiagnosticsC#Visual Basic