Top "Asp.net-mvc-scaffolding" questions

ASP.

How to create custom scaffold templates in ASP.NET MVC5?

I'm using ASP.NET MVC5 and VS2013 I've tried to copy CodeTemplates folder from C:\Program Files (x86)\Microsoft Visual …

asp.net-mvc .net-4.0 scaffolding asp.net-mvc-5 asp.net-mvc-scaffolding
ASP.NET MVC 5 Custom Scaffolding Option [t4 templates]

Currently , I am developing a framework , I want to add custom scaffolding option in visual studio menu. By default "MVC5 …

asp.net-mvc asp.net-mvc-3 t4 asp.net-mvc-scaffolding t4scaffolding
Is controller scaffolding missing in MVC 6?

When creating controller in MVC 6 I don't see the scaffolding for creating controller methods? Will they be missing or in …

c# asp.net-core-mvc asp.net-mvc-scaffolding visual-studio-2015
Is MvcScaffolding compatible with VS 2013 RC by command line?

At NuGet when I try to install MvcScaffolding, by typing: Install-Package MvcScaffolding I am getting this error Set-DefaultScaffolder : Cannot get …

nuget-package asp.net-mvc-scaffolding asp.net-mvc-5 visual-studio-2013
Re-Scaffold views after changing their model

I'm using Visual Studio 2013 and ASP.Net MVC 5. I've created a bunch of views for my models and then I've …

asp.net asp.net-mvc scaffolding asp.net-mvc-scaffolding
How To Scaffold a View Model in MVC 5

I'm trying to work on a simple application. I have three SQL tables brought in through Entity Framework and had …

asp.net-mvc entity-framework viewmodel asp.net-mvc-scaffolding
How to customize ASP.NET MVC 5 scaffolding in VS 2015?

I am developing an ASP.NET MVC 5 project. (not ASP.NET 5). Recently I switched to VS 2015. Now I decided I …

c# asp.net asp.net-mvc scaffolding asp.net-mvc-scaffolding
Scaffolding controllers with repositories in Mvc5, EF6, VisualStudio 2013

In vs2012 I used to use Steve Sanderson's mvcScaffolding Package with this package I could scaffold Action Methods with unit …

visual-studio-2013 asp.net-mvc-scaffolding entity-framework-6 asp.net-mvc-5 t4scaffolding
Error:'Unsupported context type' while creating a new controller

I am going to implement MvcMusicStore using ASP.NET MVC3, Linq to Sql class instead of Entity Framework, MS SQL …

asp.net-mvc asp.net-mvc-3 linq-to-sql asp.net-mvc-scaffolding