Minimal ASP.NET MVC 6 Application
October 02, 2015 by Anuraj
aspnet5 mvc6
Today in ASP.NET forums someone asked a question like a minimal MVC 6 application, where the controller method returns a simple string. For an ASP.NET 5 project, you require minimum two files, project.json, references required for the project and startup.cs, entry point and services configuration. Since it is MVC6 application you require one controller as well.
Here is the project.json file.
Here is the startup.cs file, which is the entry point to the application.
And finally the controller class.
You can execute the dnu restore first, then execute the dnx web command.
Happy Programming.
Copyright © 2024 Anuraj. Blog content licensed under the Creative Commons CC BY 2.5 | Unless otherwise stated or granted, code samples licensed under the MIT license. This is a personal blog. The opinions expressed here represent my own and not those of my employer. Powered by Jekyll. Hosted with ❤ by GitHub