Showing results for LINQ/VB9 - Visual Basic Blog

Jul 11, 2007
Post comments count0
Post likes count0

How to implement IQueryable (by Kevin Halverson)

VBTeam
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 5, 2007
Post comments count0
Post likes count0

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

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

Jun 27, 2007
Post comments count0
Post likes count0

LINQ Cookbook, Recipe 4: Find all complex types in a given assembly (Kit George)

VBTeam
VBTeam

Ingredients: -          Visual Studio 2008 (Beta2 or Higher) -     An assembly which you want to analyze (in this example, we use mscorlib.dll, the assembly which houses String)-     A definition for 'Complex Type'. In this instance, a complex type is define...

Jun 22, 2007
Post comments count0
Post likes count0

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 13, 2007
Post comments count0
Post likes count0

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
Post comments count0
Post likes count0

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 7, 2007
Post comments count0
Post likes count0

What is the difference between VB 9, VBx and Silverlight? (Scott Wisniewski)

VBTeam
VBTeam

I recently received an email from a customer asking for clarification as to what the difference was between VB 9, VBx and Sliverlight. In particular, it seems as if we have been releasing so much information about cool new stuff that at least a few people have become confused, making them a bit nervous about the future of VB. The customer had also ...