© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2022
B. L. GormanPractical Entity Framework Core 6https://doi.org/10.1007/978-1-4842-7301-2_6

6. Data Access (Create, Read, Update, Delete)

Brian L. Gorman1  
(1)
Jesup, IA, USA
 

In this chapter, you are going to learn about the basic tenets of data access using Entity Framework. By the end of the chapter, you’ll have a good understanding of how to interact successfully with the data in your database.

CRUD

The common actions that most applications need are lovingly referred to as CRUD, which stands for Create, Read, Update, and Delete. Working with EF to perform CRUD operations is generally easy and efficient but also requires at least a basic understanding of the ...

Get Practical Entity Framework Core 6: Database Access for Enterprise Applications now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.