简体   繁体   中英

Which template should be select for creating an ASP.NET MVC5 project in VS2015?

I have seen How to create an MVC 5 project in Visual Studio 2015 before asking this question, but it was asked one year before and I need an actual answer of my question. Which template should I select for creating an MVC5 project? According to the explanations of ASP.NET5 Web Application, it seems to use MVC template and have more features. But if so, why MVC checkbox is not selected? I am confused with this selections.

ASP.NET 4.5.2 Template

ASP.NET 4.5.2 模板


ASP.NET 5 Template

ASP.NET 5 模板

You are looking at old (preview) templates. ASP.NET 5 in fact no longer exists, it was re-introduced as ASP.NET Core 1.0.
Most likely you will want to use the 4.5.x template. Or you can read up on ASP.NET Core to see if that suits your needs, because it is still an early product.

More info:
http://www.hanselman.com/blog/ASPNET5IsDeadIntroducingASPNETCore10AndNETCore10.aspx

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM