In Chapter 1 we created our application, set up our database and tables, and did some basic database operations with EF Core. While working with a single table is helpful and a good place to start, you’ll be dealing with two or more tables for most things you do in your programming lives. We are going to cover the same operations that we did in Chapter 1 here, but using multiple tables. This chapter also explains how things are working in a little more detail, since you now have an understanding of the basics.
2. Working with Multiple Tables
Get Beginning Entity Framework Core 2.0: Database Access from .NET 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.