This chapter contains various code examples to explain the concepts of functional programming. The code is kept simple and is just 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/Chapter9.
To run and execute the code, the prerequisites are as follows:
- Visual Studio 2019 (a Visual Studio 2017 update 3 or later can also be used to run the application).
- Setting up .NET Core
- SQL server (the Express Edition is used in this chapter)