Visual Basic Blog

A group blog from members of the VB team

Community Interview with Matt Gertz (Beth Massi)

Here's another community interview from our Italian Visual Basic MVP Alessandro Del Sole, this time with Matt Gertz. Matt still posts frequently on the VB Team blog even though he's changed roles (look at how big his name still is in our tag cloud on the right ;-)). Matt is a great technical leader here at Microsoft and he really loves the ...

Community Interview with Jared Parsons (Beth Massi)

Here's another community interview from our Italian Visual Basic MVP Alessandro Del Sole, this time with Jared Parsons, a Developer on the VB Team. Jared is a great developer and loves the community. You can check out his personal blog here.You can also check out the Visual Basic Team page for pictures and bios and visit the home page of the ...

Community Interview with Patrick Dengler (Beth Massi)

Continuing the community interviews from our Italian Visual Basic MVP Alessandro Del Sole, this time we interview Patrick Dengler. You can take a look at the Visual Basic Team page for pictures and bios and visit the home page of the Visual Basic Developer Center for a link to all these interviews as well. Here's the interview with Patrick: 1...

Reflection on COM objects (Lucian Wischik)

Reflection on .Net objects is done through System.Type and is very easy. For instance, "Dim type = GetType(System.String)" and now you can look at all the members and inheritance hierarchy of the System.String class.Reflection on COM types is also easy if they have an interop assembly. For instance, add a project reference to the COM ...

VB Video Tutorials on ASP.Net Dynamic Data (Lisa Feigenbaum)

Bill Burrows, VB MVP, has released some great videos on the ASP.Net Dynamic Data features that were added in VS2008 SP1. What is Dynamic Data?"ASP.Net Dynamic Data provides a framework that enables you to quickly build a functional data-driven application, based on a LINQ to SQL or Entity Framework data model. It also adds great flexibility ...

Community Interview with Jonathan Aneja (Beth Massi)

Continuing the community interviews from our Italian Visual Basic MVP Alessandro Del Sole, this time we interview Jonathan Aneja, VB Compiler Program Manager.Remember that you can take a look at the Visual Basic Team page for pictures and bios and visit the home page of the Visual Basic Developer Center for a link to all these interviews as ...

TechEd Online: .Net, A Multi-Language Platform (Lisa Feigenbaum)

Bart and Lisa Simpson - well actually, Bart de Smet and I recorded an interview about the .Net Managed Languages. :) You can find that interview on the TechEd Online South Africa library page. Otherwise, you can also launch the video directly from here. Below is the abstract from our discussion:.NET, A Multi-Language Platform In...

VB Catch … When: Why so special?

The VB Catch syntax has a unique feature: When.  It allows users to filter expressions based on something other than their type.  Any arbitrary code can enter a When block to decide whether or not to handle an Exception. Newsgroups often ask, "Why's this so special? I could effectively get the same behavior out of C# by doing the ...

Community Interview with Lisa Feigenbaum (Beth Massi)

Continuing the community interviews from our Italian Visual Basic MVP Alessandro Del Sole, this time we interview Lisa Feigenbaum, now a Visual Basic Community Program Manager! Cool!Remember that you can take a look at the Visual Basic Team page for pictures and bios and visit the home page of the Visual Basic Developer Center for a link to ...