Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
how can we do insertion/retrieval with simple classes while having no database at hand.

i want to hook the database after getting the working db,

EF related ideas will be appreciated.


thanks
Posted

Use nHibernet. I will create a tables in db automatically.
 
Share this answer
 
Comments
fjdiewornncalwe 24-Oct-12 14:08pm    
OP specifically states that they do NOT want to do that.
What you are looking for is Entity Framework in a fully disconnected environment.
Finally! Entity Framework working in fully disconnected N-tier web app[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900