diff --git a/1-welcome/README.md b/1-welcome/README.md index 1a7394a..bf95465 100644 --- a/1-welcome/README.md +++ b/1-welcome/README.md @@ -1,5 +1,6 @@ # Welcome to the Intro to Web Dev with .NET series In this Welcome, we’ll introduce ourselves, give you the lesson rundown, take you on a tour of the .NET ecosystem, and show you all the tools you’ll need to build the projects. + ![.NET bot waving](../images/dotnet-bot.svg) ## Prerequisite tools @@ -22,11 +23,10 @@ Let us introduce ourselves. The content in this series is all written by .NET De To start you on your journey I want to give you a brief overview of what C# and .NET are, and what tools you will need to get going. ## What is .NET? - .NET is a free, cross-platform, open source developer platform for building many different types of applications. This platform is used by companies of all different industries and different sizes. If you’ve ever used Stack Overflow, eaten Chipotle, or received a package delivered by UPS, then you’ve interacted with .NET! With .NET, you can use multiple languages, editors, and libraries to build for web, mobile, desktop, games, IoT, and more! ![.NET, a unified development platform](../images/what-is-dotnet.png) -For this series we’ll use ASP.NET Core and Blazor to build web apps! \ No newline at end of file +For this series we’ll use ASP.NET Core and Blazor to build web apps! diff --git a/2-csharp/README.md b/2-csharp/README.md index 2b8f08d..094cf2f 100644 --- a/2-csharp/README.md +++ b/2-csharp/README.md @@ -244,3 +244,7 @@ Want more practice with C#? The .NET team has you covered. Here's a few learning * [Learn to Code Page](https://dotnet.microsoft.com/learntocode) Connect with us! Check out the [.NET Community Page](https://dotnet.microsoft.com/platform/community) to find links to our blogs, YouTube, Twitter, and more. + +# How'd it go? + +Please take this quick, [10 question survey](https://aka.ms/WebLearningSeries-git-survey) to give us your thoughts on this lesson & challenge! \ No newline at end of file diff --git a/3-razor-pages/README.md b/3-razor-pages/README.md index 2bceb6a..78838b0 100644 --- a/3-razor-pages/README.md +++ b/3-razor-pages/README.md @@ -242,3 +242,7 @@ In order to get started quickly, we've kept things as simple as we could, and we ## 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. + +# How'd it go? + +Please take this quick, [10 question survey](https://aka.ms/WebLearningSeries-git-survey) to give us your thoughts on this lesson & challenge! \ No newline at end of file diff --git a/4-minimal-api/README.md b/4-minimal-api/README.md index 5c8a528..3e7e8fa 100644 --- a/4-minimal-api/README.md +++ b/4-minimal-api/README.md @@ -249,3 +249,7 @@ In the next lesson, you'll learn about building a game with Blazor! Stay tuned! ## 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. + +# How'd it go? + +Please take this quick, [10 question survey](https://aka.ms/WebLearningSeries-git-survey) to give us your thoughts on this lesson & challenge! \ No newline at end of file diff --git a/5-blazor/README.md b/5-blazor/README.md index 81723c0..626d54d 100644 --- a/5-blazor/README.md +++ b/5-blazor/README.md @@ -514,3 +514,7 @@ Happy coding and have fun! ## 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. + +# How'd it go? + +Please take this quick, [10 question survey](https://aka.ms/WebLearningSeries-git-survey) to give us your thoughts on this lesson & challenge! \ No newline at end of file diff --git a/6-publish/README.md b/6-publish/README.md index 0abb838..5b2c499 100644 --- a/6-publish/README.md +++ b/6-publish/README.md @@ -62,4 +62,13 @@ You can also find these instructions in the [Azure documentation](https://docs.m 12. In the **Publish** dialog, ensure your new App Service app is selected in **App Service instance**, then select **Finish**. Visual Studio creates a publish profile for you for the selected App Service app. 13. In the **Publish** page, select **Publish**. If you see a warning message, select **Continue**.Visual Studio builds, packages, and publishes the app to Azure, and then launches the app in the default browser. -Congratulations 🎉 You've just published your web applications! +Congratulations 🎉 You've just published your web applications! Thank you for joining us on our exploration of web development with .NET. We hope you learned something and had fun! + + +## 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. + +# How'd it go? + +Please take this quick, [10 question survey](https://aka.ms/WebLearningSeries-git-survey) to give us your thoughts on this lesson & challenge! \ No newline at end of file diff --git a/README.md b/README.md index 128d433..1816d91 100644 --- a/README.md +++ b/README.md @@ -36,18 +36,16 @@ There's a few places you can go for help and more information on the topics cove 1. [Web APIs for Beginners](https://aka.ms/WebLearningSeries-git-apivids) ## How to leave feedback -To leave us feedback on this learning series, please fill out our [survey]() or file an issue in this repository. +To leave us feedback on this learning series, please fill out our [survey](https://aka.ms/WebLearningSeries-git-survey) or file an issue in this repository. ## Learn More & Connect with us -Start a .NET [Learning Path]() +Start a .NET [Learning Path](https://aka.ms/WebLearningSeries-git-MSLearn) -Find a .NET user group & join a .NET events at our [Community Page](). +Find a .NET user group & join a .NET events at our [Community Page](https://aka.ms/WebLearningSeries-git-community). -Follow us [@dotnet on Twitter]() - -Join the [.NET community on LinkedIn]() +Follow us [@dotnet on Twitter](https://aka.ms/WebLearningSeries-git-twitter) ## .NET Foundation