This extension adds an ASP.NET MVC template that shows how to create One to One relationship between two entities (Employee and Department) and how to assign a department for an employee. The Employee entity looks like the following (note the DepartmentId and Department properties which will be used to link the department in the views):
|