Showing results for Visual Basic - Visual Studio Blog

Feb 16, 2010
0
0

WPF in Visual Studio 2010 – Part 1 : Introduction

Visual Studio Team
Visual Studio Team

This is the first part in a seven part series. Links to the other parts are included at the bottom of this post. Now that the Release Candidate for Visual Studio 2010 is publicly available, we’ve started receiving questions from inquisitive users about how Visual Studio 2010 itself was built. In particular, one questioner wanted to know if we we...

Debugging and DiagnosticsC#XAML
Jan 25, 2010
0
0

What is the difference between “dynamic” and “object” keywords?

Visual Studio Team
Visual Studio Team

Let’s take a quick look at the object keyword first. I’m not going to talk a lot about it because it’s been around since C# 1.0. This keyword is nothing more than a shortcut for System.Object, which is the root type in the C# class hierarchy. (However, as Eric Lippert pointed out in his blog post, not everything in C# derives from object.) This is ...

C#Visual BasicPython
Jan 25, 2010
0
0

What is the difference between “dynamic” and “object” keywords?

Visual Studio Team
Visual Studio Team

Let’s take a quick look at the object keyword first. I’m not going to talk a lot about it because it’s been around since C# 1.0. This keyword is nothing more than a shortcut for System.Object, which is the root type in the C# class hierarchy. (However, as Eric Lippert pointed out in his blog post, not everything in C# derives from...

C#Visual BasicPython
Dec 9, 2009
0
0

Building and publishing an extension for Visual Studio 2010

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