mirror of
https://github.com/dotnet/intro-to-dotnet-web-dev.git
synced 2025-12-06 05:32:03 +01:00
Start on Razor Pages unit
This commit is contained in:
parent
c6b474705d
commit
51ca5ed0a5
19
3-razor-pages/README.md
Normal file
19
3-razor-pages/README.md
Normal file
|
|
@ -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?
|
||||||
Loading…
Reference in a new issue