With the recent reworking of ASP.NET Core, I want to retreat to a very stable, supported, setup for web development (MVC, WinForms, Web API) based on .NET 4.6.x on VS 2015 Professional. My question is about tooling:
1. Compared to VS2013, VS2015 is missing templates for adding a new Controller, specifically: MVC5 both empty and with EF as well as WebAPI, both empty and with EF6. How do I get them in VS2015?
2. If I uninstall ASP.NET 5 RC1 Update 1, it seems I lose ALL the project templates for "Web" projects. How can I set up VS2015 with only the stable templates ( up to .NET 4.6.x, EF6, MVC5, Web API 2)?
Thanks!