paul deter
paul deter

Reputation: 857

code first classes with fluent APIs

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?

Upvotes: 2

Views: 283

Answers (1)

whoami
whoami

Reputation: 1899

Look at options available at reversepoco.com

Upvotes: 2

Related Questions