How to use Entity Framework Power Tools in Visual Studio 2015?

前端 未结 8 2159
温柔的废话
温柔的废话 2020-12-02 13:00

I have used Entity Framework in Visual Studio 2012. Build entity model by \"reverse engineer code first\".

But when I setup Visual Studio 2015 just now, and setup EF

相关标签:
8条回答
  • 2020-12-02 13:48

    You can simply follow this 2 step-

    1. Download the file from here.

    2. Follow this video tutorial (please run code snippet to see the tutorial) -

    <iframe width="100%" height="300" src="https://www.youtube.com/embed/yQN2Iuqb8kw" frameborder="0" allowfullscreen></iframe>


    Re-

    More can be found here (written tutorial).


    If any problem of viewing the tutorial, please follow this link for tutorial.

    I think, this is enough for installing and it will solve your problem :)

    0 讨论(0)
  • 2020-12-02 13:49

    Now that VS 2015 is released, you will want to use EntityFramework Reverse POCO Generator https://visualstudiogallery.msdn.microsoft.com/ee4fcff9-0c4c-4179-afd9-7a2fb90f5838. ALthough the instructions are a little involved, the tweaks/workarounds mentioned above are no longer needed, and it works great.

    0 讨论(0)
提交回复
热议问题