intro-to-dotnet-web-dev/3-razor-pages
2022-05-10 13:45:17 -07:00
..
README.md Start on Razor Pages unit 2022-05-10 13:45:17 -07:00

Build a pizza website with Razor Pages

Welcome back! In the last lesson, you got a crash course in C# language fundamentals. Now, you'll get to put those skills to use and build a website using ASP.NET Core and Razor Pages!

What's ASP.NET Core?

Okay, so what are Razor Pages?

Installing the tools

Creating a Razor Pages project

Setting up our model class

Scaffolding our Razor Pages project

Running the web app

What's next?