2
votes

I am reverse engineering database for code-first use using "Code first from database" within the Entity data model wizard template. Problem is that it generates classes with Data-Annotations. Is there anyway to generate classes with Fluent APIs with this?

1
One option is to use the EF Power Tools. It generates fluent mappings... visualstudiogallery.msdn.microsoft.com/…Anthony Chu
that doesn't let you select any tables etc. Doesn't work for large databasespaul deter

1 Answers

2
votes

Look at options available at reversepoco.com