Tagged Questions
0
votes
1answer
254 views
orm with entity framework 4 and code first
I want to write a library to store any objects to a database. I still did the mapping for known objects using code first and the classes DbContext and DbSet. But in this case I don't know the ...