This is a half day workshop for developers who are completely new to .NET Core and ASP.NET.
Install the Following:
- Visual Studio 2017
- In the Visual Studio Installer, install the following workloads:
- ASP.NET and web development
- .NET Core cross-platform development
In this tutorial you will learn the basics of building a simple ASP.NET Core Razor Pages wab app.
VS Code Tutorial | Visual Studio Tutorial | Topics |
---|---|---|
Tutorial 1 | VS Tutorial 1 | Create a Razor Page using dotnet CLI and VS Code. |
Tutorial 2 | VS Tutorial 2 | Add a model to an ASP.NET Core Razor Pages app |
Tutorial 3 | VS Tutorial 3 | Update the generated pages |
Tutorial 4 | VS Tutorial 4 | Adding search to a Razor Pages app |