
ASP.NET Core 5 for Beginners
By :

One of the major improvements Microsoft talked about when launching .NET Core was the possibility of running .NET code on platforms other than Windows. With each iteration, the cross-platform story has been improved upon, and in addition to making sure the code can run on other operating systems, great improvements have been made in enabling Linux to run on Windows as well. In the context of running web applications, Linux is a great host operating system for doing so, and in this chapter, we will go through how you can get started with .NET across platforms. You will learn how to leverage the .NET framework and how to get set up and started on a Windows computer, as well as on Linux and macOS. We'll also see how to troubleshoot various Linux on Windows scenarios, including Windows Subsystem for Linux version 2 (WSL2). By the end of the chapter, you'll have your system ready for cross-platform development.
We will cover the following topics...