From 972f88c1407a7e3e0beddeca2a79cc1cf7caef43 Mon Sep 17 00:00:00 2001 From: Jon Galloway Date: Fri, 24 Jun 2022 14:36:42 -0700 Subject: [PATCH] Update README.md --- 3-razor-pages/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/3-razor-pages/README.md b/3-razor-pages/README.md index 4960675..81f3056 100644 --- a/3-razor-pages/README.md +++ b/3-razor-pages/README.md @@ -223,3 +223,7 @@ In order to get started quickly, we've kept things as simple as we could, and we * [Create a web UI with ASP.NET Core](https://docs.microsoft.com/learn/modules/create-razor-pages-aspnet-core/) will walk you through a very similar Pizza application, but in more detail. You'll learn more about how things are working behind the scenes, and write more of the code by hand. * [Create a Razor Pages web app with ASP.NET Core](https://docs.microsoft.com/aspnet/core/tutorials/razor-pages/) goes even deeper, with more advanced data operations like search and adding new fields to your data model. + +# Connect with us + +We're excited to support you on your learning journey! Check out the [.NET Community Page](https://dotnet.microsoft.com/platform/community) to find links to our blogs, YouTube, Twitter, and more.