How can I programmatically generate Entity Framework classes from a database and then automatically compile them?
I am looking for a solution that takes a simple connection string and generates a C # library. Exactly what the Visual Studio Object Developer does, but programmatically.
c # entity-framework
Alon gubkin
source share