In this chapter, the recipes focus on getting your development machine ready for ASP.NET Core MVC development and increasing your understanding of the tooling provided in Visual Studio for developing web applications. The chapter also includes several recipes dedicated to preparing your application for deployment on IIS.
All examples in this book that feature Visual Studio will be using the Visual Studio 2017 Community edition on Windows.
2-1. Setting Up Your Development Environment
Problem
You are new to ASP.NET Core MVC development and want to know what you need ...