ASP.NET Webforms CRUD scaffolding with Entity Framework 5

雨燕双飞 提交于 2019-12-30 13:14:46

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!