Showing results for September 2007 - Visual Basic Blog

Sep 28, 2007
0
0

Customizing Displays in the Debugger for System Types

VBTeam
VBTeam

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 to wa...

Sep 25, 2007
0
0

Option Strict [On|Off|SortOf]

VBTeam
VBTeam

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 custom va...

Sep 23, 2007
0
0

Small Business Developers Unite!

VBTeam
VBTeam

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. I rem...

Sep 19, 2007
0
0

VB expression trees – string comparisons

VBTeam
VBTeam

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 expression sh...

Sep 18, 2007
0
0

Visual Basic Developer Center Gets a Facelift (Beth Massi)

Beth Massi
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 out th...

Sep 17, 2007
0
0

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

Beth Massi
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 important t...

Sep 14, 2007
0
0

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

Beth Massi
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 inferring s...

Sep 11, 2007
0
0

Lambda Expressions and Expression Trees

VBTeam
VBTeam

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 don't ...

Sep 10, 2007
0
0

Channel 9 Interview – John Stallo on Building N-Tier Applications in VS 2008 (Beth Massi)

Beth Massi
Beth Massi

I just posted an interview on Channel 9 with John Stallo talking about some cool tools in Visual Studio 2008 that will help you build simple N-Tier applications. Thanks to Kathleen again for helping with the shoot! This time we got fancy and used two camera angles ;-):Building N-Tier Applications in Visual Studio 2008In this in interview John Stall...

Sep 7, 2007
0
0

Back home again!

VBTeam
VBTeam

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 for?&...