© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2022
B. L. GormanPractical Entity Framework Core 6https://doi.org/10.1007/978-1-4842-7301-2_9

9. LINQ for Queries and Projections

Brian L. Gorman1  
(1)
Jesup, IA, USA
 

Data in the real world

In this chapter, you are going to learn how to use queries in complex scenarios to get the data you want. To this point, you’ve worked with the database in a fairly superficial manner. As this is a book on practical application of the concepts, you really need to experience working with data in real-world scenarios.

Often, when working with data, there will be a need to perform join operations across multiple tables and then use that data in some manner. There are a couple of ...

Get Practical Entity Framework Core 6: Database Access for Enterprise Applications now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.