Showing results for templates - .NET Blog

Apr 3, 2014
1
0

Creating a Custom Scaffolder for Visual Studio

Joost de Nijs
Joost de Nijs

With the release of Visual Studio 2013 last October, we introduced the concept of Scaffolding to Web Application projects.  Scaffolding is the framework on which code generation for MVC and WebAPI is built.  For more information on Scaffolding or the MVC Scaffolders check the following blog post: http://www.asp.net/visual-studio/overvi...

ASP.NET
Jun 29, 2013
0
0

Make VS2012 MVC4 VSIX template to work for Visual Studio 2013 preview

Xinyang Qiu
Xinyang Qiu

Visual Studio 2012.2 supports customized MVC4 template, you can get a walkthrough here: http://blogs.msdn.com/b/yjhong/archive/2012/12/13/custom-mvc-4-template-walkthrough.aspx or http://www.asp.net/mvc/overview/getting-started/custom-mvc-templates. But the created template VSIX file cannot be uploaded to VS Gallery at the time. Starting 6/26/...

ASP.NET
Oct 29, 2012
0
0

ASP.NET Web Forms Application (2012) Templates on Visual Studio 2010

pranav rastogi
pranav rastogi

The release of Visual Studio 2012 included updated templates for ASP.NET WebForms, MVC and WebPages. The templates showcased the use of modern standards in HTML5, CSS and JavaScript. Apart from these, they also showcased social login via Twitter, Facebook etc.  Scott Hanselman has a short video demonstrating social login. While this amazing go...

ASP.NET