mirror of
https://github.com/dotnet/intro-to-dotnet-web-dev.git
synced 2025-12-06 05:32:03 +01:00
Update 3-razor-pages/README.md
Co-authored-by: Katie Savage <katie.a.savage@gmail.com>
This commit is contained in:
parent
7dec77d70b
commit
7822551ad4
|
|
@ -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?
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue