Visual Basic Blog

A group blog from members of the VB team

Channel 9 Interview – LINQ to SQL and the O/R Designer in VS 2008 (Beth Massi)

I just posted another great interview on Channel 9 with Young Joo talking about LINQ to SQL and the new O/R Designer in Visual Studio 2008. He demos a typical business client-server scenario and shows how LINQ to SQL classes make it much easier to work with relational data in SQL Server 2005. Young also talks about architectures ...

Channel 9 Interview – Amanda Silver on LINQ (Beth Massi)

I just posted an interview with Amanda on Channel 9 where she walks us through the new LINQ syntax available in VS 2008 Beta 2. I also posted some How Do I videos on LINQ to help get you started -- look for more of these beginning of next week!In this interview, Amanda Silver, a Lead Program Manager on the Visual Basic Team, ...

LINQ to XML Videos (Beth Massi)

Bill Burrows has created a series of videos to help get the community started with LINQ to XML in Visual Basic! These videos were created in conjunction with his upcoming MSDN article that will be published soon. Bill takes an easy to follow, step-by-step approach to explaining the details in this exciting new technology in Visual Basic 9...

Kit George and Chris Smith on Channel9 (Beth Massi)

I posted a couple more videos on Channel9 that you'll definitely want to check out! Thanks again to Kathleen for helping with the production.The first one Kit George walks us through some of his favorite VB9 language features that enable LINQ:In this in interview Kit George, a Program Manager on the Visual Basic Team and a former ...

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

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

Shameless Plug (Scott Wisniewski)

If you get a chance, you should check out the August 2007 edition of MSDN Magazine. In addition to its usual array of awesome goodies, this month's edition features a super cool Basic Instincts column, written by me. In it I discuss the design of Query Comprehensions in VB, giving an overview of the basic framework used by the compiler to ...

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