chapter eight
8 Working with data
This chapter covers
- Understanding the value of Entity Framework Core and how it works
- Managing the database schema with Entity Framework Core
- Using Entity Framework Core to query and manage data
- Scaffolding Razor Pages that work with Entity Framework Core and improving the output
So far, we have concentrated our efforts on exploring features of the Razor Pages framework and how they work to generate HTML. This chapter takes a slight departure from that, in that the focus is on a different framework known as Entity Framework Core (EF Core).