This chapter contains various code examples that are used to explain the concepts. The code is kept simple, and is just for demonstration purposes. Most of the examples involve a .NET Core console application written in C#.
To run and execute the code, you need the following:
- Visual Studio 2019 (you can also run the application using Visual Studio 2017 Version 3 or later).
- Setting up .NET Core.
- SQL server (express edition is used in this chapter).