BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage News Entity Framework Power Tools Beta 4 Adds EF 6 and Visual Studio 2013 Support

Entity Framework Power Tools Beta 4 Adds EF 6 and Visual Studio 2013 Support

This item in japanese

Bookmarks

Microsoft has released Entity Framework Power Tools Beta 4 with support for Entity Framework 6 and Visual Studio 2013. It also fixes an issue in the previous release which causes power tools not to work when project is under a solution folder. Moreover, the latest release will not cause stoppage when EF.dll is loaded into Visual Studio.

In order to work with power tools you have to install it from within Visual Studio by selecting Tools | Extensions and Updates and searching for Entity Framework Power Tools in the Visual Studio online gallery. The installer automatically adds Reverse Engineer Code First and Customize Reverse Engineer Templates menu options upon right clicking on a C# project
inside Visual Studio.



It also adds View Entity Data Model, View Entity Data Model XML, View Entity Data Model DDL SQL and Generate Views menu options upon right clicking on a DbContext derived class code file. Moreover, Generate Views option will be visible when you right click on an Entity Data Model (*.edmx) file.

Entity Framework Power Tools Beta 4 are mainly for Code First, model-first, and database-first development and is compatible with Visual Studio 2010, 2013 and Entity Framework 4.2 to 6.

Rate this Article

Adoption
Style

Hello stranger!

You need to Register an InfoQ account or or login to post comments. But there's so much more behind being registered.

Get the most out of the InfoQ experience.

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Community comments

  • Entity framework Project

    by sivakumar Laksh,

    Your message is awaiting moderation. Thank you for participating in the discussion.

    In Visual studio 2013, "I have installed Entity Framework Power Tools Beta4" as you mentioned. Could you help me How to add the Entity framework project(EF version 6.0)? I am looking for quick help..

    Thanks in Advance..
    Siva

  • Re: Entity framework Project

    by sivakumar Laksh,

    Your message is awaiting moderation. Thank you for participating in the discussion.

    I followed these steps to create Entity framework Project.

    1.First Created Empty Project
    2.Inside the project ->Right click on Project - Add New Item
    3.Selected ADO.NET Entity Data Model and named ProjectModel.asmx
    4.Then followed the steps to connect to DB. It asked the version to select Entity framework.I chose the EF 6.0.
    5.Now it created Edmx file

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

BT