Showing results for Debugging and Diagnostics - Visual Studio Blog

Nov 19, 2009
6
0
0

Debugging Expression Trees in Visual Studio 2010

Visual Studio Team
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#
Oct 28, 2009
51
0
0

How to Fix “The application cannot start” Error

Visual Studio Team
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
Oct 28, 2009
11
0
0

How to Fix “The application cannot start” Error

Visual Studio Team
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
Oct 25, 2009
15
0
0

Visual Studio Sessions at PDC ‘09

Visual Studio Team
Visual Studio Team

The Professional Developers Conference (PDC) this year is in Los Angeles from November 17th to 19th. The PDC is an opportunity to mingle with architects and developers from the software industry and to listen to the leaders, heroes and legends from Microsoft and its industry partners. As well as workshops and training sessions, there are hands on l...

Debugging and DiagnosticsASP.NETWPF
Oct 25, 2009
5
0
0

Visual Studio Sessions at PDC ‘09

Visual Studio Team
Visual Studio Team

The Professional Developers Conference (PDC) this year is in Los Angeles from November 17th to 19th. The PDC is an opportunity to mingle with architects and developers from the software industry and to listen to the leaders, heroes and legends from Microsoft and its industry partners. As well as workshops and training sessions, there are hands on l...

Debugging and DiagnosticsASP.NETWPF