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? ... |