Installing ASP.NET 5
When we install the Visual Studio Community 2015 edition, ASP.NET 5 will be installed by default. As the ASP.NET Core application runs on top of ASP.NET 5, we need to install ASP.NET 5. There are a couple of ways to install ASP.NET 5:
- Get ASP.NET 5 from https://get.asp.net/
- Another option is to install from the New Project template in Visual Studio
This option is a bit easier as you don't need to search and install.
The following are the detailed steps:
- Create a new project by selecting File | New | Project or using the shortcut Ctrl + Shift + N:
- Select ASP.NET Web Application and enter the project name and click on OK:
- The following ...
Get Learning ASP.NET Core MVC Programming 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.