For example, I have common.dll and plugin.dll. Plugin should have possibility to add any tables to db and than use it with maybe references to tables that common created.
What ORM is better for such case? To use objects in referenced dll, with own. Is this possible somehow with EF or L2S?