Creating the ASP.NET MVC project

To create a new ASP.NET MVC project, perform the following steps:

  1. In Visual Studio, create a new ASP.NET Core Web Application project, as shown in the following screenshot:
    Creating the ASP.NET MVC project
  2. In the New ASP.NET Core Web Application dialog, select the Empty template under the ASP.NET Core Templates and click on the OK button:
    Creating the ASP.NET MVC project
  3. Visual Studio will create a default empty MVC project. Right-click on the wwwroot folder inside the project and navigate to Add | New Folder. Create the following two folders:
    • css 
    • js
  4. Add the styles.css file from the Bootstrap ...

Get Bootstrap for ASP.NET MVC - Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.