I installed EF6 in my library project.
In the App.config, i added the connection string to a local DB.
For EF configuration, i am using EF code based config :
App.config:...<entityFramework codeConfigurationType="Com.EF.Example.EFRecordConfiguration, MyPr...