diff --git a/1-welcome/how-to-install-vs.md b/1-welcome/how-to-install-vs.md new file mode 100644 index 0000000..def2bf5 --- /dev/null +++ b/1-welcome/how-to-install-vs.md @@ -0,0 +1,5 @@ +# Install Visual Studio + +1. Go to the [Develop .NET applications page](https://visualstudio.microsoft.com/vs/features/net-development/) of the Visual Studio website +1. Find the "Download Visual Studio with .NET" dropdown and select "Community 2022" +1. diff --git a/README.md b/README.md index 6d70fa2..7f3fbbf 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ ## Intro to Web Development with .NET -// coming soon +Welcome to the Intro to Web Development with .NET GitHub repository! + +Here, you'll find all of the projects and challenges associated with each email in the email series. Each email will have a dedicated folder containing all the relevant information. ## .NET Foundation