Author: .NET Web Development and Tools Blog | Posted on: 4/4/2014 12:58:08 AM | Views : 1844

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/overview/2013/aspnet-scaffolding-overview . However, the true potential for the scaffolding framework comes from the new extensibility surface released in Update 2.   With this new functionality, any VSIX can code against the Scaffolding API surface and have their scaffolds added to the Add New Scaffold Dialog.   This blog post will walk through the creation of a custom scaffolder. To get started...(read more)

Go to the complete details ...