Lambdas & LINQ in C# – Bonus: Deciphering the Join Method

In this video

Previously, we looked at demystifying LINQ method syntax, including Where, OrderBy, and SingleOrDefault. The Join method looks a bit more complicated – 4 generic types and 5 parameters. But when we take a closer look, we see that we’ve already dealt with the pieces in similar methods. We’ll take a closer look to fully understand the syntax of the Join method. For code samples and more information, be sure to visit http://www.jeremybytes.com/Demos.aspx

(Visited 82 times, 1 visits today)

You might be interested in