Persistent Data: Entity Framework Core
摘要
In this chapter, we will update the project seen in the previous chapter. In particular, we will demonstrate how to make use of the Entity Framework Core to work with persistent data stored in a database. We'll learn how to use Entity Framework Core for an SQLite database and for a Microsoft SQL Server database.