ASP.NET Core for Beginners - Workshop
This is a half day workshop for developers who are completely new to .NET Core and ASP.NET.
Setup
VS Code
Install the following:
Visual Studio
- Visual Studio 2022
- In the Visual Studio Installer, install the following workload:
- ASP.NET and web development
Visual Studio for Mac
- Visual Studio 2022 for Mac
- In the Visual Studio for Mac Installer, install the .NET Core target.
What you'll build
In this tutorial, you'll learn the basics of building a simple ASP.NET Core Razor Pages web app.
Tutorial breakdown
VS Code Tutorial | Visual Studio Tutorial | Visual Studio for Mac Tutorial | Topics |
---|---|---|---|
Tutorial 1 | VS Tutorial 1 | VS for Mac Tutorial 1 | Create a Razor Page using dotnet CLI and VS Code. |
Tutorial 2 | VS Tutorial 2 | VS for Mac Tutorial 2 | Add a model to an ASP.NET Core Razor Pages app |
Tutorial 3 | VS Tutorial 3 | VS for Mac Tutorial 3 | Update the generated pages |
Tutorial 4 | VS Tutorial 4 | VS for Mac Tutorial 4 | Adding search to a Razor Pages app |