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

21. Storing Data

Adam Freeman1 
(1)
London, UK
 
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 ...

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.