LINQ Joins – Multiple Match Conditions

Hi all, Just a very quick post on an interesting piece of LINQ knowledge demonstrating how to find common matches between two C# lists, whereby you want to include multiple matching conditions. To start, here is a typical LINQ statement (and setup) dealing with a single join condition, using the extension method approach (which I […]