Adding, Updating, and Deleting Data
Learn the basics of adding, updating, and deleting data in EF Core.
We'll cover the following
Overview
In this lesson, we’ll learn how to add, update, and delete data using EF Core. Each context instance has a ChangeTracker
. When we make changes to instances of the entities, the ChangeTracker
keeps track of those changes.
Get hands-on with 1200+ tech skills courses.