This chapter contains various code examples to explain the concepts. The code is kept simple and is only for demonstration purposes. Most of the examples involve a .NET Core console application written in C#.
The complete source code is available at the following link: https://github.com/PacktPublishing/Hands-On-Design-Patterns-with-C-and-.NET-Core/tree/master/Chapter8.
To run and execute the code, you will require the following:
- Visual Studio 2019 (you can also use Visual Studio 2017)
- Setting up .NET Core
- SQL Server (the Express Edition is used in this chapter)