Chapter Summary
In this chapter, we detail the tools and setup you’ll require to follow the examples in this book.
When Done, You Will
Understand what tools you’ll need to install
Have installed those tools and configured your environment ready for development
The Three Amigos: Windows, Mac, and Linux
One of the benefits of the .NET Core Framework (when compared with the original .NET Framework) is that it’s truly cross-platform,1 meaning that you can develop and run the same apps on Windows, OSX (Mac), or Linux. For the vast majority of this book, the OS ...