This repository was archived by the owner on May 11, 2023. It is now read-only.

Description
In doing the Prep Work for Class 3, I was trying to follow the Notes for Intro to ASP.NET Core MVC: Controllers. In step 3 it says:
3. On the next screen, select Web Application for your template.
I am using Visual Studio 2017 and I believe that the template selections have changed in this version. There is a Web Application template, but I think if you choose that option in VS 2017, you will not get the Controllers, Models and Views folders that are mentioned in subsequent steps. I think that the user should select the template named Web Application (Model View Controller) in VS 2017 to follow along with the video more easily.