Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1017 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 1017 Bytes

ASP.NET Core for Beginners - Workshop

This is a half day workshop for developers who are completely new to .NET Core and ASP.NET ASP.NET.

Setup

Install the Following

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

Tutorial Topics
Tutorial 1 Create a Razor Page using dotnet CLI and VS Code.
Tutorial 2 Add a model to an ASP.NET Core Razor Pages app
Tutorial 3 Update the generated pages
Tutorial 4 Adding search to a Razor Pages app