Visual Basic Blog

A group blog from members of the VB team

Customizing Displays in the Debugger for System Types

We've heard feedback from several customers regarding the way certain types are displayed in the Debugger.  Many of the displays exist to maintain the user experience between versions of Visual Studio.  We constantly evaluate if this is the correct choice for a given version of the product.  Starting with VS2008, you don't have ...

Option Strict [On|Off|SortOf]

Yesterday I got a question from a developer asking whether or not we could add something called "Option Strict Warn" to the language.  This would give a developer a warning when using something like late binding or an implicit conversion, rather than disabling it altogether (through an error).As it turns out the ability to set custom ...

Small Business Developers Unite!

I can't believe it's already Sunday.  I've been spending all weekend (and the last few weeks) as a returning member of the VB team emersing myself in the product, specifically getting my head around how I would use VB today to build the types of solutoins when I was writing departmental applications, or applications for small businesses. ...

VB expression trees – string comparisons

Hey there! Last time, I talked a little bit about expression trees and what they are useful for. Expression trees are really interesting to those who want to write LINQ providers and have the ability to reason about the lambda expressions coming into their LINQ provider. However, in general, anyone that want's to reason about a lambda ...

Visual Basic Developer Center Gets a Facelift (Beth Massi)

I'm happy to announce the redesign of the Visual Basic Developer Center! This is the first step in a series of community-focused and dynamic content changes you'll be seeing on the Developer Center. Many thanks to the people over at MSDN, (especially Kerby) that made this a reality. Besides the new UI and fresh headlines and downloads, check ...

Visual Basic Pack for Visual Studio 2005 SDK Released! (Beth Massi)

The Visual Studio Extensibility (VSX) Team released the Visual Basic Pack for Visual Studio 2005 SDK on Friday! This download provides the SDK samples in Visual Basic and a new wizard that is used for generating Visual Basic-based integration packages for Visual Studio. Head on over to the VSX team blog for more info.It's ...

XML to Schema Tool for Visual Basic 2008 (Beth Massi)

This week we posted a new tool called the XML to Schema Tool that allows you to easily import XML and infer schemas. The tool runs when when you add a new item to your VB 9 project and select the XML to Schema new item template (look under My Templates after you install). This allows you to work with XML much easier in Visual Basic 9 by ...

Lambda Expressions and Expression Trees

Hi there! My name is Tim, and I'm the dev lead for the VB compiler team. Recently Amanda convinced me to blog on the VB team blog rather then my own blog for a variety of reasons, and so here I am. My current plan is that I'll post VB related postings here, and more compiler implementation/technology/fun facts on my own blog (ie, things that ...

Back home again!

I can't tell you how excited I am to return to the Visual Basic team after almost eight years of absence!  I spent much time working in groups around Microsoft including games, office and business solutions.  But in each of these areas I focussed primarily on enabling developer scenarios.  And now I am back! And what am I here ...