Visual Basic Blog

A group blog from members of the VB team

Channel 9 Interview: ADO.NET Data Services in Visual Studio 2008 SP1 (Beth Massi)

In this interview Saaid Kahn, a Program Manager on the Visual Studio Pro Tools team (and former member of the VB Team), shows us how to create an n-tier application against a database using ADO.NET Data Services (Astoria) and an Entity Data Model, both now available in Visual Studio 2008 Service Pack 1.ADO.NET Data Services use WCF REST-ful ...

Community Interview with Me! (Beth Massi)

Here's another community interview from our Italian Visual Basic MVP Alessandro Del Sole, this time with yours truly. ;-) I decided to release this one today since it's my birthday. Don't forget to check out 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 ...

A VS plugin to background-run your code and see the output (Lucian Wischik)

Say you're demonstrating some code at a conference. What's the best way to do it? If you show only the code window, then you're counting on the audience's imagination about how the code will work (and their trust that it does!). But if you hit F5 to run it then this breaks the flow. And I find it hard to keep both the code ...

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