Let's now begin to create the ASP.NET Core MVC application and add Twitter functionality to it:
- In Visual Studio 2017, create a new ASP.NET Core Web Application. I just called my application the same as what I called it when I registered it on Twitter. Click on the OK button:
- On the next screen, ensure that you have the Web Application (Model-View-Controller) template selected and that you have selected ASP.NET Core 2.0 from the dropdown. I mention this explicitly, because I get feedback from readers where it turns out that they never selected ASP.NET Core 2.0. Click ...