Visual Basic Blog

A group blog from members of the VB team

Installing the .NET Framework 3.5 SP1 as a Prerequisite (Mary Lee)

By now, you have heard of all the great new features in Visual Studio 2008 SP1 and .NET Framework 3.5 SP1.  Now that you've developed your new applications, you want to include the .NET Framework 3.5 SP1 as a prerequisite in your Setup project or your ClickOnce installer.  The default deployment experience in VS2008 SP1 is to ...

My *V*Birthday with VB friends in Spain! (Lisa Feigenbaum)

Yesterday I turned a year older, and spent the day meeting new people at user groups in Spain. Here's how the day went: 07:45 Meet our host, VB MVP Pep Lluis Blano. Leave the hotel in Barcelona and head to Vic in our van, rented for the week. 09:30 - 12:30 User group presentations in Vic. 12:30 - 14:30 Lunch with user group members in Vic. ...

Visual Basic en España (Lisa Feigenbaum)

This week Jonathan Aneja and I are traveling from city to city, and presenting to VB.Net user groups in Spain. We began the tour in Barcelona where we were speaking at TechEd EMEA, and will finish in Madrid. VB MVP Pep Lluis Blano organized the entire itinerary! Here are the topics for the presentations: The schedule is below. Each ...

Romeo and Juliette and Windows Azure (Lucian Wischik)

1. Juliette sends a message "I'll take a drug which makes me look dead but I'm not really"2. Romeo receives the message3. Romeo finds Juliette looking dead, but knows she's not really dead4. They live happily ever aftervs.1. Juliette sends a message "I'll take a drug which makes me look dead but I'm not really"     &...

Where are the Windows "SDK tools"? Where is ildasm? (Lucian Wischik)

C:Program FilesMicrosoft SDKsWindowsv6.0binildasm.exeC:Program FilesMicrosoft SDKsWindowsv6.0Abinildasm.exeC:Program FilesMicrosoft SDKsWindowsv7.0Abinildasm.exeC:Program FilesMicrosoft SDKsWindowsv7.0Abinx64ildasm.exeC:Program FilesMicrosoft SDKsWindowsv7.0AbinNETFX 4.0 Toolsildasm.exeC:Program FilesMicrosoft SDKsWindowsv7.0AbinNETFX 4.0 ...

Community Interview with Doug Rothaus (Beth Massi)

This past month we've been posting interviews with the team from our Italian Visual Basic MVP Alessandro Del Sole. This time we have Doug Rothaus, a writer on the documentation side. Doug has blogged up an XML cookbook here on the team blog with a bunch of "recipes" on how to use different features of XML Literals and LINQ to XML in Visual ...

TechEd Barcelona: Session Materials (Lisa Feigenbaum)

I'm here at TechEd Barcelona, and the week has gotten off to a great start. Jason Zander did the keynote this afternoon, and announced lots of great tooling support that will be included in Visual Studio 2010! Exciting stuff.I have 4 sessions here, starting tomorrow. I've attached the materials at the end of this post, in case ...

Typeless expressions (Lucian Wischik)

"My dog has no type.""How does he smell?""Awful!"Two of the new features of VB10 -- array literals and multi-line lambdas -- are interesting from the language perspective because their expressions have no type! This article is for language lawyers. I remember at my very first undergraduate computer science lecture, the lecturer Frank King ...

New WPF How Do I Videos Released! (Beth Massi)

I posted two more WPF "Forms over Data" videos onto the Developer Center that you should check out. How Do I: Edit Tabular Data in WPF? - learn how to create a simple data grid in WPF for editing tabular data using Visual Studio 2008 Service Pack 1.How Do I: Create a Master-Detail Data Entry Form in WPF? - learn how to create a master-...