问题
Back in Feb MS introduced:
- http://www.nuget.org/packages/Microsoft.AspNet.Scaffolding.WebForms/
- http://blogs.msdn.com/b/webdev/archive/2013/02/20/pre-release-of-asp-net-scaffolding-with-a-web-forms-scaffold-generator.aspx
but it appears that it will be dropped from VS2013
- ASP.NET Web Forms Scaffolding feature missing in VS 2013 RC
I followed the instructions here
- http://dotnetguts.blogspot.com.au/2013/06/scaffolding-for-aspnet-webforms.html
to install the package under Visual Studio 2012 but when I go to add a scaffold the scaffold generator drop down is empty.
So my question is has anyone come across a free ASP.NET Webforms scaffolding solution that can be used with Entity Framework 5?
回答1:
here it is, http://visualstudiogallery.msdn.microsoft.com/a6c3614f-83be-4749-afbc-8da394b6ea86
and the explanation here http://blogs.msdn.com/b/webdev/archive/2014/05/13/improvements-to-asp-net-web-forms.aspx?CommentPosted=true#commentmessage
来源:https://stackoverflow.com/questions/19174833/asp-net-webforms-crud-scaffolding-with-entity-framework-5