Persist and retrieve relational data with Entity Framework Core
link

Persist and retrieve relational data with Entity Framework Core

Learn to query and manage relational data in a .NET Core app with an Object-Relational Mapper (O/RM).

Microsoft Learn
Updated Mar 24, 2025

What you'll learn

  • Configure a connection to a relational database hosted in Azure.
  • Create a domain model representing the relational data model.
  • Add tables and data to the relational database.
  • Write and test CRUD queries.
  • Enable logging of the generated SQL.
Course Description

Query and manage relational data in a .NET Core app with an Object-Relational Mapper (O/RM).