1

I'd like to go "code-only" from a mix of designer/code-first. I know it's possible to make a T4 template to generate the EntityTypeConfiguration classes and property mappings, but is there something like that already out there?

"Why would you want to ..." != Answer // 8)

James White
  • 2,062
  • 2
  • 24
  • 36
  • Remember to Accept answers if they are indeed what you were looking for or comment on it to give more detail or ask a question. – PedroC88 Mar 04 '13 at 18:29

1 Answers1

0

Yes, there is a ADO.NET C# DbContext Fluent Generator from I.Fle (IFle) , it helps me a lot, just for vs 2010 look at: download link here .

giuice
  • 168
  • 1
  • 6