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

前端 未结 8 2182
温柔的废话
温柔的废话 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:44

    Just use the edm wizard, and use "code first from database", or if you do not like the attribute based code, use ef reverse poco template

提交回复
热议问题