Showing results for LINQ Cookbook - Visual Basic Blog

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