Is there an EF6 DbContext Generator for C# which uses Fluent API?

后端 未结 1 1445
一向
一向 2021-02-10 15:03

I know that the EF6 VS Tools for Visual Studio 2012 come with a T4 template to generate DbContext classes which work with EF6.

But I want to have a generator which uses

1条回答
  •  感情败类
    2021-02-10 15:33

    http://visualstudiogallery.msdn.microsoft.com/72a60b14-1581-4b9b-89f2-846072eff19d

    If you have a database you can use reverse code first it will generate all your fluent api mapping.

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