Create an ASP.NET Core MVC Project
This tutorial shows you how to create an ASP.NET Core MVC project using the Visual Studio project templates.
Prerequisites
You need the following to complete this tutorial:
- Visual Studio 2017 or later
- .NET Core SDK
Steps
-
Start Visual Studio.
-
Select "Create a new project."
-
In the "Search for templates" box, type "ASP.NET Core" and select the "ASP.NET Core MVC" template.
-
Click "Next."
-
Enter a project name and location.
-
Click "Create."
Next Steps
After creating your project, you can explore the following tutorials: