Reverse Engineer from command prompt
The only tool supported to be used from command prompt is the EDMGEN but it does not generate Code First style.
Also this tool generates for the full database but there is no way to provide a list of tables. I found the tool http://archive.msdn.microsoft.com/EdmGen2 but it generates EF 3.5 and has not being updated.
I think this kind of tool is needed for application that with database greater than 300+ tables specially when project take the route of using existing databases. The maintenance of EF model than can easily part of the msbuild that gets generated along with pre-compiled views
Comments: **EF Team Triage:** This is a duplicate of http://entityframework.codeplex.com/workitem/507
The only tool supported to be used from command prompt is the EDMGEN but it does not generate Code First style.
Also this tool generates for the full database but there is no way to provide a list of tables. I found the tool http://archive.msdn.microsoft.com/EdmGen2 but it generates EF 3.5 and has not being updated.
I think this kind of tool is needed for application that with database greater than 300+ tables specially when project take the route of using existing databases. The maintenance of EF model than can easily part of the msbuild that gets generated along with pre-compiled views
Comments: **EF Team Triage:** This is a duplicate of http://entityframework.codeplex.com/workitem/507