Prerequisites for your system
In this chapter, we’ll dive concretely into code, so you need to have your system prepared.
The first thing we’ll need is the Microsoft .NET SDK. Go to https://dot.net and download the SDK by clicking the Download button.
Important note
This book is based on version 7 of the .NET SDK.
To create and edit files, it all depends on your own preferences and also what system you’re running on. Visual Studio Code and JetBrains Rider are both available on Windows, macOS, and Linux. Visual Studio is only available for Windows and macOS. You can download any of these editors from the following links; if you don’t have a preference, VSCode is lightweight and will get you up and running very fast:
- VSCode (https://code.visualstudio.com/)
- JetBrains Rider (https://www.jetbrains.com/rider/)
- Visual Studio (https://visualstudio.com/)
Once you’ve picked your editor, go ahead and follow the installation...