Visual Basic Blog

A group blog from members of the VB team

VB Curioddities #1: Enum, Enum, my kingdom for an Enum.Parse

Hey folks, my name's Kit George and I've joined the VB team from the CLR. VB is after all, the best language, so of course, it makes sense to work directly on it!Like all languages, VB has it's little 'oddities', so i thought i would start a series to present a few of these. These are little (and perhaps large) curious VB things that you may ...

EMEA Tour Followup

PaulYuk and I just returned from the EMEA tour where we demoed tons of new VB 2005 features to groups in Brussells, Amsterdam, Stockholm, Belfast, and Dublin.  Here (as promised) are links to more information on what I presented.   If you didn't make it to the presentations, check out the below.   Lots of interesting ...

DTEE is BACK!!! by Kathleen Tamanaha

Running Code at Design Time from the Immediate Window Back in Visual Basic 6.0, developers were able to evaluate expressions from the Immediate Window at design time (we’ll call this feature ‘DTEE’ – Design Time Express Evaluation from now on).  This feature gave the developer an opportunity to test their code...

Explanation of cross-targeting in Visual Studio

By Amanda Silver John Rivard, one of the two tech leads on the Visual Basic team, has entered the blogosphere!   His first post is a doosey – it explains why Visual Studio 8.0 doesn’t cross target (let you target version 1.0 and 1.1 of the CLR and version 2.0.) However, given your feedback that you’d like to take ...

Code Generation for Overrides in Visual Basic .Net 2005

 by Mike CarterSome subtle changes were made in Visual Basic .Net 2005 to make code generation of overidden methods a little easier.  In Visual Basic .Net 2003 and earlier, you used the code dropdowns as in Figure 1 below.(image) Figure 1When overriding a Sub, a declaration stub similar to the following was generated in the ...

2005 Language Spec Live!

    Pleased to announce that the Visual Basic 2005 Language Specification is now live and available here. Also, be sure to check out Ken Levy’s channel9 interview of S. Somasegar, the Vice President of the Developer Division, where he talks about none other than our favorite language – VB.   -Amanda    ...

Edit & Continue – Rude Edits

 by Bill Horst Edit and Continue is a new VB debugging feature which allows the user to make edits to code while the debugger is in "Break Mode" and then to continue debugging with the new edits applied, without having to start execution over again.A Rude Edit is an edit made during "Break Mode" from which the debugger cannot ...

Want to see the VB 2005 IDE in action? Check out this video!

Here's a great Channel 9 video with Program Manager Jay Schmelzer, that demonstrates a number of the VB 2005 IDE features mentioned below.  In his 40 min interview with Ken Levy, Jay talks about what it's like to work on the VB team, shows how to use the IDE to make you most productive, and exposes a few cool tricks that most ...