Showing results for October 2008 - Page 2 of 3 - Visual Basic Blog

Oct 17, 2008
0
0

Community Interview with Matt Gertz (Beth Massi)

Beth Massi
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 Visual B...

Oct 15, 2008
0
0

Community Interview with Jared Parsons (Beth Massi)

Beth Massi
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 Visual...

Oct 13, 2008
0
0

Community Interview with Patrick Dengler (Beth Massi)

Beth Massi
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. Nice...

Oct 12, 2008
0
0

Reflection on COM objects (Lucian Wischik)

VBTeam
VBTeam

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

Oct 11, 2008
0
0

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

Lisa Feigenbaum
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 and fun...

Oct 10, 2008
0
0

Community Interview with Jonathan Aneja (Beth Massi)

Beth Massi
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 well. H...

Oct 9, 2008
0
0

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

VBTeam
VBTeam

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

Oct 9, 2008
0
0

VB Catch … When: Why so special?

VBTeam
VBTeam

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

Oct 8, 2008
0
0

Community Interview with Lisa Feigenbaum (Beth Massi)

Beth Massi
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 all the...

Oct 7, 2008
0
0

Are you using Silverlight with Visual Basic? (Lisa Feigenbaum)

Lisa Feigenbaum
Lisa Feigenbaum

There are a bunch of great How-Do-I videos on the http://silverlight.net site to get you started! There are four different categories of videos, and they all include Visual Basic code available for download.Silverlight 2 BasicsControlsWeb Services and DataData