Is it possible to create a new table programatically in EF or L2S and load it to its context?
We have this application that requires to create a table at runtime and do some CRUD activities to that table.
Is this possible? If not, any advice?
You can do this with EF 4 and Code First.