© Adam Freeman 2018
Adam FreemanPro Entity Framework Core 2 for ASP.NET Core MVChttps://doi.org/10.1007/978-1-4842-3435-8_12

12. Performing Data Operations

Adam Freeman1 
(1)
London, UK
 
The data model in the example application is too simple to be representative of real projects, but it does allow me to easily explain how the four core data operations (creating, reading, updating, and deleting data) can be performed using Entity Framework Core. I show you how to create more complex data models in later chapters, but, as you will see in this chapter, even a simple model can reveal much about how Entity Framework Core works. Table 12-1 puts basic data operations in context.
Table 12-1.

Putting Basic Data Operations in Context

Question

Answer

What are they? ...

Get Pro Entity Framework Core 2 for ASP.NET Core MVC 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.