From 7822551ad434bb8d49aa32a40fa6fb3c571e04a3 Mon Sep 17 00:00:00 2001 From: Jon Galloway Date: Fri, 24 Jun 2022 14:32:41 -0700 Subject: [PATCH] Update 3-razor-pages/README.md Co-authored-by: Katie Savage --- 3-razor-pages/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/3-razor-pages/README.md b/3-razor-pages/README.md index ed999c8..aafac94 100644 --- a/3-razor-pages/README.md +++ b/3-razor-pages/README.md @@ -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?