Entity Framework Core Querying Tutorials

Introduction to Querying

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.

Learn More »

Filtering and Sorting

This tutorial demonstrates how to filter and sort data using Entity Framework Core.

Learn More »

Using Raw SQL Queries

This tutorial shows you how to execute raw SQL queries using Entity Framework Core.

Learn More »

Working with Multiple Results

This tutorial covers how to retrieve multiple records from a database using Entity Framework Core.

Learn More »