In Visual Studio 2013, there were a handful of templates that supported developing ASP.NET projects with various frameworks and data structures. Some of those project templates from the Visual Studio 2012 era have been removed from the Visual Studio 2015 install and added to the Visual Studio Extension gallery as the ASP.NET Project Templates extension for Visual Studio 2015.
This was primarily done for the following reasons:
Reduce the number of templates that we ship in the box, thereby reducing the installer size.Update templates more frequently. For example, Facebook makes changes to their application deve ...
Go to the complete details ...