Visual Basic Blog

A group blog from members of the VB team

Did you know? You can unwind the call stack from exceptions (Bill Horst)

The ability to unwind the call stack from exceptions is one of the debugger features that was newly introduced in Visual Basic.NET 2005. When the debugger hits a first-chance exception, you can unwind the call stack in order to make code edits to fix the exception and continue debugging with the changes. The exception assistant UI will have an...

Video: The Joy of Writing Code in Visual Studio 2010 (Karen Liu)

We've had a couple recent posts about the Code Focused development experience coming up in the Visual Studio 2010 IDE: Code Focus Announcements in the TechEd EMEA Keynote Code Focus Videos on Channel 9 Now for the ultimate coverage (a complete TechEd presentation on the subject), check out the following video by Karen Liu! (image) http...

Code Focused Development in Visual Studio 2010 (Lisa Feigenbaum)

Do you spend a lot of your day in code? (Writing code, navigating code, modifying code, understanding code, testing code, debugging code, etc.) If so, then the Visual Studio 2010 IDE has got a lot in store for you! In this release we're focusing on optimizing for code-focused development, which covers each of these tasks. There are a number of...

Did you know? 300+ Visual Studio Tips & Tricks (Lisa Feigenbaum)

Did you know that Sara Ford just recently passed the 300 mark for her Visual Studio Tips & Tricks? Sara used to be a tester on the Visual Studio Core IDE team, and knows the IDE inside and out! I remember the first time I met Sara was 4 years ago when she was writing some automation and called to find out the expected ...

Channel9 Interview: Meet the VS "Development Experience" Team (Beth Massi)

Today I posted another Channel9 interview. This time I met with the team that brings us the "experience" of coding in Visual Studio, also sometimes referred to as the VS IDE Team. I ask them how their design process works, what the top requested features are for the code editors, how they work with the language teams as well as what their ...

Visual Basic and CSharp IDEs Uncensored (Lisa Feigenbaum)

Interested in hearing about what the Visual Basic and CSharp program managers *really* think about the two IDEs? Come join Karen Liu and me as we chat about the goals, similarities and differences of the VB & C# IDEs. We also discuss our favorite features and where we think IDEs are going in the future. This talk was recorded at TechEd ...