Summary
In this chapter, you learned how to use LINQ to write queries that join different result sets or different data sets. You created the Person
and Car
classes, made the Person
and Car
objects, made a list of owners and their cars, and joined the owners and car lists.
In the next chapter, you will work with SQL Server 2017 Express.