/BackendPractice

ASP.NET MVC 5 basic

Primary LanguageJavaScript

BackendPractice

ASP.NET MVC 5 application using data model ADO.Entity framework and Entity Framework using SQL Server

The relationship between employee and the department is One to Many. The employee belongs to only one department. The department can have many employees. In a One to Many relationship Primary key of the department table (Id) is defined as Foreign key in the Employees table

image