The ASP.NET Web Forms Scaffolding feature seems to be silently dropped from Visual Studio 2013 RC. In the latest VS 2013 (as of September 2013) the feature [Add] -> [Scaffold] -> [Web Forms pages with read/write actions, using Entity Framework] is just missing. Microsoft didn't release any official information about this change and silently removed the documentation of the Web Forms Scaffolding feature in Visual Studio.
Also at the official ASP.NET Web site the "Web Forms Scaffolding" documentation is now missing: http://www.asp.net/web-forms/tutorials/aspnet-45/aspnet-scaffolding-with-web-forms. The page is just deleted. Its old version is still available at archive.org: http://web.archive.org/web/20130901172338/http://www.asp.net/web-forms/tutorials/aspnet-45/aspnet-scaffolding-with-web-forms.
Does anyone know what is going to happen with ASP.NET Web Form Scaffolding? Shall we have it in VS 2013? Or it will be available ad add-on from Visual Studio Gallery or as package from NuGet?
I checked these resources and all of them seems too old: - http://www.nuget.org/packages/Microsoft.AspNet.Scaffolding.WebForms/ - no changes from Feb 2013, still the Web Forms scaffold feature is missing - http://visualstudiogallery.msdn.microsoft.com/bd1260d4-f46c-40af-aec1-e6460e6d5d7d - does not support VS 2013
Seems like Scott Hanselman also stays silent at his blog about the dropped Web Forms Scaffolding feature in VS 2013 RC: http://www.hanselman.com/blog/DownloadVisualStudio2013WhileYourFeedbackStillMatters.aspx
Does anyone know how to run ASP.NET Web Forms Scaffolding in Visual Studio 2013?
Svetlin Nakov