asp.net mvc - Is it possible to dynamically create a Entity Framework Entity Data Model? -


i realize dynamic query builder using aspnet mvc; ask user db parameters (hostname, db, user, passwd) , use linq query database using entity framework. doing need create entity data model @ runtime ... possibile similar thing?

i'm ef fan doesn't fit in imho!

i suggest use ado.net instead of trying use ef requirement.

however, if you're against using ado.net maybe 1 of micro orms out there may better (e.g. dapper)


Comments

Popular posts from this blog

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -