mirror of
https://github.com/dotnet/intro-to-dotnet-web-dev.git
synced 2025-12-06 05:32:03 +01:00
Added survey links to each lesson
This commit is contained in:
parent
6cc6f68872
commit
20449c81e5
|
|
@ -1,5 +1,6 @@
|
||||||
# Welcome to the Intro to Web Dev with .NET series
|
# 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.
|
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.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Prerequisite tools
|
## Prerequisite tools
|
||||||
|
|
@ -22,7 +23,6 @@ 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.
|
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?
|
## 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!
|
.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!
|
With .NET, you can use multiple languages, editors, and libraries to build for web, mobile, desktop, games, IoT, and more!
|
||||||
|
|
|
||||||
|
|
@ -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)
|
* [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.
|
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!
|
||||||
|
|
@ -242,3 +242,7 @@ In order to get started quickly, we've kept things as simple as we could, and we
|
||||||
## Connect with us
|
## 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.
|
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!
|
||||||
|
|
@ -249,3 +249,7 @@ In the next lesson, you'll learn about building a game with Blazor! Stay tuned!
|
||||||
## Connect with us
|
## 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.
|
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!
|
||||||
|
|
@ -514,3 +514,7 @@ Happy coding and have fun!
|
||||||
## Connect with us
|
## 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.
|
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!
|
||||||
|
|
@ -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.
|
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.
|
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!
|
||||||
10
README.md
10
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)
|
1. [Web APIs for Beginners](https://aka.ms/WebLearningSeries-git-apivids)
|
||||||
|
|
||||||
## How to leave feedback
|
## 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
|
## 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]()
|
Follow us [@dotnet on Twitter](https://aka.ms/WebLearningSeries-git-twitter)
|
||||||
|
|
||||||
Join the [.NET community on LinkedIn]()
|
|
||||||
|
|
||||||
## .NET Foundation
|
## .NET Foundation
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue