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): The application then will show a ComboBox that will display all the available departments to select from and associate with the employee:
|