Update 3-razor-pages/README.md

Co-authored-by: Katie Savage <katie.a.savage@gmail.com>
This commit is contained in:
Jon Galloway 2022-06-24 14:32:41 -07:00 committed by GitHub
parent 7dec77d70b
commit 7822551ad4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,8 @@ Welcome back! In the last lesson, you got a crash course in C# language fundamen
## What's ASP.NET Core?
.NET is pretty magical, because you can build all kinds of apps with it mobile apps, games, desktop apps, web apps, and more. ASP.NET Core is a .NEt toolkit for building web sites, apps, and services with .NET.
.NET is pretty magical, because you can build all kinds of apps with it mobile apps, games, desktop apps, web apps, and more. ASP.NET Core is a .NET toolkit for building web sites, apps, and services with .NET.
## Okay, so what are Razor Pages?