Part 4 The repository layer

 

In part 3, we started our implementation of the next-gen Flying Dutchman Airlines service. We created a new .NET 5 project and wrote a database access layer. In this part, we’ll implement the repository layer classes. In the following chapters, you’ll learn about test-driven development, custom comparison classes, generics, extension methods, and much more.