logo

ASP.NET How to create an asp.net MVC application in Visual Studio Code for the iMAC

Overview: This code overview explains, How to create an asp.net MVC application in Visual Studio Code.

1. Setup your iMac development machine with .net core and visual studio code and with the C# extension

2. Install the yeoman generators and bower using npm.  You will need to install npm before issuing the following command.

3. npm install -g yo generator -aspnet bower

4. Run the ASP.NET Core generator
yo aspnet

5. Create your MVC project
Select “Web Application Basic [without Membership and Authorization]
select Bootstrap 3.3.6 as UI framework
type in the name of your application

6. Open the folder of the asp.net core app

s