This section provides an introduction to querying with Entity Framework Core. It covers basic concepts such as LINQ and how to translate LINQ queries into database queries.
This tutorial demonstrates how to filter and sort data using Entity Framework Core.
This tutorial shows you how to execute raw SQL queries using Entity Framework Core.
This tutorial covers how to retrieve multiple records from a database using Entity Framework Core.