LINQ Cookbook from the VB Team

The VB team just started a LINQ Cookbook series.  These are great because they show you how you can easily accomplish programming tasks quickly using LINQ.  The first four are:

Change the font for all labels on a windows form

Find all capitalized words in a phrase and sort by length (then alphabetically)

Find all complex types in a given assembly

Find all the prime numbers in a given range

-Marc

Technorati Tags: LINQ