Top "Visual-studio-templates" questions

A number of predefined project and project item templates are installed when you install Visual Studio.

No templates in Visual Studio 2017

After a Visual Studio 2017 (RC) installation from scratch, I can't find a standard list of templates. I'm specifically interested in …

c# visual-studio-templates visual-studio-2017
WebApi2 in visual studio 2012

How can I create a project that uses WebApi2 in visual studio 2012? Do I have to create with a blank …

visual-studio-2012 asp.net-web-api visual-studio-templates
How to create a solution template in VS2010?

Can anyone point me in the right direction on how to create a Solution Template in VS2010? I need to …

visual-studio-2010 visual-studio visual-studio-templates
Bower replacement in Visual Studio 2017 ASP.NET MVC Core Template

Lately I created a ASP.NET MVC Core project from scratch using Visual Studio 2017 (15.6.3). I discovered the usual JavaScript frameworks: …

asp.net-mvc visual-studio asp.net-core bower visual-studio-templates
Double slash // in paths - can I use single slash?

I have a VS template with something like string mypath = "C:\\custom\\file.jpg"; I'd like to make the C:\…

c++ visual-studio visual-studio-templates
.jsproj cannot be opened. This project type is not supported by this installation

I am trying to create a new project in VS2015 community edition using JavaScript template but getting error: The project …

visual-studio-2015 visual-studio-cordova visual-studio-templates
Using CustomParameter with Visual Studio Multi-Project Template

I would like to be able to create a Multi-Project Template for a solution which contains the following two projects (…

visual-studio-2010 visual-studio visual-studio-templates
Application not auto creating AccountController

I am creating an MVC project in VS2017 and in VS2015, when you create an MVC templated ASP.NET Web …

asp.net-mvc asp.net-identity visual-studio-2017 visual-studio-templates