Showing results for June 2007 - Visual Basic Blog

Jun 29, 2007
0
0

Sleepless from Bulgaria: an intern's first weeks in the VB team

VBTeam
VBTeam

I started as an intern at Microsoft two weeks ago, and I thought it might be nice to share my experience with you. Not just because I love blogging, but also because I think that there are so many great things that happen here that are worth mentioning. I will try to post weekly, keeping you up to date with my thoughts on Microsoft, the VB tea...

Jun 27, 2007
0
0

Today's Live From Redmond Webcast Rescheduled [Beth Massi]

Beth Massi
Beth Massi

Amanda Silver came down with a nasty sickness last night so we just had to reschedule her Live From Redmond: VB9 - Conquering XML with LINQ to XML talk for this Tuesday July 3rd. If you're already registered then you're good to go for next week and automated emails should have been sent out to notify you all of the change. If you haven't regis...

Jun 22, 2007
0
0

LINQ Cookbook, Recipe 1: Change the font for all labels on a windows form (Kit George)

VBTeam
VBTeam

Folks, we’re gonna start a ‘cookbook’ of LINQ entries, which we’ll be building over time. This is just meant to be a series of solutions to specific scenarios, that the team comes across when writing code and using queries. I can't think of a better way to communicate everything you might use LINQ for! The point of the ...

Jun 15, 2007
0
0

Closures in VB Part 4: Variable Lifetime

VBTeam
VBTeam

For previous articles in this series please see Sorry for the long delay between posts here.  We're getting Orcas out the door and getting this series completed takes a back seat to shipping.  Originally I wanted to talk about looping structures next.  However when I started writing that post I realized that I had to talk about li...

Jun 13, 2007
0
0

Slide Deck and Samples for LINQ Best Practices (Beth Massi)

Beth Massi
Beth Massi

Lisa Feigenbaum gave a great webcast this morning on LINQ best practices (if you missed it, just click the link and view it on-demand). Here is the deck and the samples she used. Please Note: The sample code is based on a more recent build of Visual Studio 2008 so some of the Join syntax may not work in Beta 1.  We felt it important...

Jun 13, 2007
0
0

Live From Redmond Webcast Just Added on LINQ to XML (Beth Massi)

Beth Massi
Beth Massi

Back by popular demand! Amanda Silver will be presenting Live From Redmond: VB9 - Conquering XML with LINQ to XML on June 27th. In Visual Basic 9.0, XML becomes a built-in data type with a rich editing experience that completely eliminates the conceptual barrier between the code that you write and the XML that you’re trying to express.&n...

Jun 12, 2007
0
0

Some thoughts on Edit and Continue and Design-Time Expression Evaluation (Matt Gertz)

Anthony D. Green [MSFT]
Anthony D. Green [MSFT]

The story of Edit and Continue (which I’ll refer to as EnC) is a very long one.  Having been a cornerstone of Visual Basic in the past, it had always been planned for us to ship an Edit and Continue experience with Visual Studio 2002.  But we didn’t.  Why?  Well, it all came down to time.  VB7 (let’s call ...