In this chapter, I continue to describe the advanced features that Entity Framework Core provides, focusing on those that relate to adding or updating data. I show you how to select the data types used to store values, how to format or validate values, how to hide data values from the rest of the application, and how to detect concurrent updates by multiple clients. Table
21-1 puts this chapter in context.
Table 21-1.Putting Advanced Storage Features in Context
Question | Answer |
|---|
What are they? | These features allow you to change the way that data is stored in the database, overriding ... |