Renamed D3Entities --> D3Context. Did it take?
I intend to follow Julie Lehrman as she uses EF in Console apps.
===============================================
Uses Entity Framework edmx files to create the database and change the model.
It should use REDGATE SQL Compare to populate the model from D2_VT, D2_NH and/or D2_MA
done Make a new context for Toothless done Create D3 Database done Examine the D3 Structure done Modify it. done Populate D3 from D2_VT
Do not create Navigation properties and name them yourself. Create Association(s) instead. E.g. Routes must have a driver. So Create an association between Route and Driver; make it 1:1 The diagram will make the appropriate Navigation propertiesfor you.