Microsoft Learn Logo

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

  1. Start Visual Studio.

    Step 1
  2. Select "Create a new project."

    Step 2
  3. In the "Search for templates" box, type "ASP.NET Core" and select the "ASP.NET Core MVC" template.

    Step 3
  4. Click "Next."

    Step 4
  5. Enter a project name and location.

    Step 5
  6. Click "Create."

    Step 6

Next Steps

After creating your project, you can explore the following tutorials: