Visual Basic Blog

A group blog from members of the VB team

Lambdas, and Take While, and Group By, Oh My!

Hooray! Visual Basic 2008 Beta2 has been released to the wild today to return to its natural habitat – the desktops of our beloved customers. (Please note our smiling GPM's face on that landing page -- he's so happy the Beta is done.) What’s inside? So much that there might be more new features than we released in Beta1, but who’s ...

Today's Performance Webcast Slide Deck and Channel9 Interview (Beth Massi)

The VB team thanks everyone who attended Cameron's webcast on Performance Improvements in Visual Studio 2008 this morning. If you missed it, you can click this link for the on-demand replay. I've attached his slides that he used in the webcast for your reference. Also check out Cameron's Channel9 interview for more information (and if you're ...

Visual Basic on Channel9 (Beth Massi)

I just posted a couple screen casts/interviews on Channel9 you should definitely check out. I rounded up VB team members and influentials and asked them what their favorite Visual Studio 2008 features were and to give us all a demo of them! The first one is with Erik Meijer and he shows us his favorite feature, XML Literals:In this in ...

Linq Cookbook, Recipe 6: Your first Linq Application using Northwind (Kit George)

This example is intended as a ‘primer’ for following recipes (so we don’t repeat the same instructions multiple times). This recipe takes you through everything you need, and assumes only that you've installed Visual Studio (and in so doing, you've installed SQLExpress). Subsequent Northwind based Linq-To-Sql recipes ...