...
/Adding, Updating, and Deleting Data
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.
Access this course and 1400+ top-rated courses and projects.