ASP.NET Core Basics


Details
This will be the first of five labs on ASP.NET Core. You will need Visual Studio 2017 installed (Community, Pro, or Enterprise). You can also use Visual Studio Code (especially our Linux friends). Either one can be downloaded from here:
https://www.visualstudio.com/downloads/
In our first meeting we will be going over the differences of .NET Core 2.0. We will also show how to determine which version you have and where to get the latest version.
We will be building a simple MVC web site using ASP.NET Core 2.x. We will be using the Visual Studio Code editor You can find the editor for your system (Mac/Linux/windows) at code.visualstudio.com (https://code.visualstudio.com/)
You will also want to get C# for Visual Studio Code from marketplace.visualstudio.com (https://marketplace.visualstudio.com/items?itemName=ms-vscode.csharp)
The Tooling for your OS can be found at https://www.microsoft.com/net/download

ASP.NET Core Basics