Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.64 KB

README.md

File metadata and controls

29 lines (21 loc) · 1.64 KB

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 2019
  • In the Visual Studio Installer, install the following workloads:
    • ASP.NET and web development
    • .NET Core cross-platform development

What you'll be building

In this tutorial you will learn the basics of building a simple ASP.NET Core Razor Pages wab app.

Tutorial Breakdown

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