Skip to content

A .NET web includes a databse of the information of the employees working for a company with multiple departments.

Notifications You must be signed in to change notification settings

yossef-khaled/Company-Employees-Database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Company-Employees-Database

A .NET web includes a databse of the information of the employees working for a company with multiple departments.

How it was done

  • Using the designed pattern MVC with the programming language C# , I created a model for the 'Employee' and another one for the 'Department', and a controller for each to handle any action taken from the user.
  • A good looking web with a front end created using HTML and bootstrap toolkit. Here is the where the user can take any CRUD (Create, Read, Update, and Delete) action.
  • SQL server as the database managment, containing the data of the employees, the departments, and the relationship between them. The models controllers can get access to the data in the help of the migrations.

Tasks to be done

  • Create employee and department models.
  • Create a SQL server with the desired data you need to CRUD.
  • Create a controller for the employee and department models.
  • Assign the controllers with the SQL server using migrations.
  • Create a view for every page you need to display for the user.

About

A .NET web includes a databse of the information of the employees working for a company with multiple departments.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published