© Brian L. Gorman 2020
B. L. GormanPractical Entity Frameworkhttps://doi.org/10.1007/978-1-4842-6044-9_6

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

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

In this chapter, we are going to learn about the basic tenets of data access using Entity Framework. By the end of the chapter, we’ll have a good understanding of how to interact successfully with the data in our 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 Language Integrated Query (LINQ) syntax.

LINQ

You may already have some understanding ...

Get Practical Entity Framework: 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.