Introduction: Working with Data Using Entity Framework Core

Get an overview of the section working with data using entity framework core.

We will learn about reading and writing to relational data stores, such as SQLite and SQL Server, using the object-to-data store mapping technology named Entity Framework Core (EF Core).

This section covers the following topics:

  • Understanding modern databases

  • Setting up EF Core

  • Defining EF Core models

  • Querying EF Core models

  • Loading patterns with EF Core

  • Modifying data with EF Core

  • Working with transactions

  • Code first EF Core models

Get hands-on with 1400+ tech skills courses.