I have two tables with below structures
A{Impid(PK),name,code,etc.....) B(Id(PK),Impid(FK && Unique),some columns)..
Basically its a one to one relationship (extension of table A columns).
I am trying to use in EF. could some one please help me setting up the model configurations for it?