标签:
Entity Framework Power Tools (currently in beta 3) has been released. EF Power Tools is useful mainly in reverse engineering and generating read-only entity data model for code-first.
Download and install Power Tools from Visualstudiogallery
After installing it, when you right click on the C# project, you can see the "Entity Framework" option in the context menu.
When right-clicking on a C# project, the following context menu functions are supported:
When right-clicking on a file containing a derived DbContext class, the following context menu functions are supported:
When right-clicking on an Entity Data Model (*.edmx) file, the following context menu function is supported:
Visit MSDN for a step-by-step demonstration of the tasks that you can accomplish with the EF Power Tools.
Entity Framework Code-First(23):Entity Framework Power Tools
标签:
原文地址:http://www.cnblogs.com/purplefox2008/p/5644393.html