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

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -