Part 3 The database access layer

 

In part 2, we examined the existing code base of Flying Dutchman Airlines in depth. We came up with things we could change and talked about why these changes would be necessary. In this part, we’ll take things one step further and start our rewrite of the service. You will learn how to create a new .NET 5 project, and how to connect to, query, and reverse-engineer a database with Entity Framework Core.