Peterson's Ponderings

Technical findings, ideas, thoughts and news directly from me.
in

Browse by Tags

All Tags » Windows Mobile (RSS)
Performing Joins using LINQ to Objects
In last months DevCares LINQ presentations there were some good questions on using joins within LINQ statements when querying a collection of objects similar to how you would write a SQL join statement when querying a database. In this post I'll show...