Entity Framework: Generating database from classes

Posted by Anonymous Coward on Stack Overflow See other posts from Stack Overflow or by Anonymous Coward
Published on 2010-04-27T15:13:22Z Indexed on 2010/04/29 12:17 UTC
Read the original article Hit count: 310

Hi Everyone

Is it possible to create the database from the classes with entity framework 4.0? I found many tutorials on how to do it the other way round. But since we have already implemented and tested all classes of the domain we'd like to avoid changing them to much. If I used the wrong keywords in Google I'd appreciate you could post a link.

Cheers, CA

© Stack Overflow or respective owner

Related posts about entity-framework-4

Related posts about orm