I am creating a new database using EF code-first which contain the following classes: ...Address, Contact, Account, Customer (a sub-class of Account), and SalesOrder.
...The Address class is the one giving me problems at the moment, it can have no foreig...