Showing tag results for templates

Apr 17, 2025
Post comments count2
Post likes count13

Preview 2 of the .NET AI Template Now Available

Jordan Matthiesen
Jordan Matthiesen

Preview 2 of the .NET AI Chat Web App template introduces support for .NET Aspire and Qdrant vector database integration, making it easier to create cloud-native AI-powered chat applications with custom data.

.NETC#Visual Studio
Apr 2, 2017
Post comments count0
Post likes count2

How to create your own templates for dotnet new

Sayed Ibrahim Hashimi
Sayed Ibrahim Hashimi

You can now create your own templates for `dotnet new`, and this doc walks you through the process of creating one.

.NET
Apr 3, 2014
Post comments count1
Post likes count0

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
Post comments count0
Post likes count0

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
Post comments count0
Post likes count0

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