How to add MVC to your ASP.NET Core web application

added by DotNetKicks
7/27/2016 12:29:13 PM

592 Views

You've seen how to create your first simple web application using just the command line. Now let's add MVC to the picture. Start off by modifying project.json to require the MVC packages. As with all dependencies, you'll need to ensure it's downloaded to your machine using the restore command.


0 comments