March 2018
Beginner to intermediate
458 pages
10h 34m
English
As mentioned in the preceding section, Microsoft Visual Studio Code is a cross-platform editor, and it supports Linux operating systems. So, we are going to use Visual Studio Code to create all the example applications on Linux in this book.
Let's start downloading the tools required to stop our development of .NET Core 2.0 applications on the Linux operating system:
If you have a Linux machine handy, you can skip the next download step. If you wish to try development ...