I\'m developing a plugin application with EF6, code first.
I have one main context with an entity called User:
User
public class MainDataCont
You can try using views, declare the user as a view in PluginDataContext and when you perform the migration, type the method "create User view as ...", this allows you to relate the book to the user.