Part 1 showed how you might build an application by using EF Core. Part 2 covers how to configure EF Core exactly the way you need it and the different ways you can change (EF Core term: migrate) your database. It also introduces you to advanced features that can make your software more efficient in both development and performance terms. Part 2 is more of a reference section that covers each part of EF Core in detail, but (I hope) not in a boring way.
Chapter 7 introduces the way that EF Core configures itself when it’s first used so that you know where and how to apply any of your own EF Core configurations. The chapter focuses on nonrelational properties, with types such as int, string, and DateTime.