From 51ca5ed0a5886f810fac9e89de03a8ccff54e5f1 Mon Sep 17 00:00:00 2001 From: Jon Galloway Date: Tue, 10 May 2022 13:45:17 -0700 Subject: [PATCH] Start on Razor Pages unit --- 3-razor-pages/README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 3-razor-pages/README.md diff --git a/3-razor-pages/README.md b/3-razor-pages/README.md new file mode 100644 index 0000000..784d1b1 --- /dev/null +++ b/3-razor-pages/README.md @@ -0,0 +1,19 @@ +# 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?