Showing archive results for 2007

Jul 11, 2007
Post comments count0
Post likes count0

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

VBTeam

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

Jul 11, 2007
Post comments count0
Post likes count0

How to implement IQueryable (by Kevin Halverson)

VBTeam

Here’s a link to a post I just finished on ‘How to implement IQueryable’ (create a custom Linq provider).http://blogs.msdn.com/kevin_halverson/archive/2007/07/10/how-to-implement-iqueryable.aspxMy example project allows you to query the Windows Vista (Desktop) Search engine for files on your local machine.  For example: ...

Jul 10, 2007
Post comments count0
Post likes count0

Loading and Saving Files in Visual Basic (Matt Gertz)

Anthony D. Green [MSFT]

(This is part 3 of the Paint-by-Numbers series)There are four issues I want to deal with in this post:  New, Open, Save (As), and Exit.  I’ll be doing these in order, but all of them depend on knowing whether or not the application is dirty, so I’ll deal with that problem first.  Opening and saving files isn’t a par...

Jul 9, 2007
Post comments count0
Post likes count0

This Week's Live From Redmond Webcast Rescheduled [Beth Massi]

Beth Massi

We just had to reschedule Cameron's Wednesday Live From Redmond: VB9 - Performance Improvements in Visual Studio 2008 talk for Tuesday July 24th. If you're already registered then you're good to go and automated emails should have been sent out to notify you all of the change. If you haven't registered yet, what are you waiting for? ...

Jul 6, 2007
Post comments count0
Post likes count0

Lumos: Fireworks in Seattle

VBTeam

Hello, dear readers!It has been another exciting week, so here is the second intern post :)New Team MembersLet me first introduce to you the other two members of our team. They are also interns, and the three of us are going to be working together on our really awesome top-secret intern project. Cameron is our SDET guy, and here he is in his o...

Jul 6, 2007
Post comments count0
Post likes count0

Implementing infinite undo/redo (Matt Gertz)

Anthony D. Green [MSFT]

(This is the second part in my series on creating a Paint-by-Numbers designer application.)This is the first application that I’ve built specifically for this blog, where I’m actually writing the code while I’m writing the blog.  (For example, the Euchre game that I blogged about was something I’d written a couple of ye...

Jul 5, 2007
Post comments count0
Post likes count0

Slide Deck for Conquering XML with LINQ to XML Webcast [Beth Massi]

Beth Massi

Amanda Silver gave a great webcast Tuesday morning on LINQ to XML (if you missed it, just click the link and view it on-demand). Here is the deck she used. Happy LINQing! -Beth Massi, Program Manager VS Community VB9 - Conquering XML with LINQ to XML.pptx

Jul 3, 2007
Post comments count0
Post likes count0

Owner Draw in VB (Matt Gertz)

Anthony D. Green [MSFT]

I hate going so long without blogging, but it’s getting really busy around here as we get closer to the endgame for Visual Studio 2008.  That, combined with “review time,” creates a bit of a problem for writing apps for the blog, and I wasn’t able to give it much attention until last night.  Realizing I really need...