Skip to content

tomaszdudkowski/Tasks-Employees-Departments-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASP.NET Core 3.1 Application project for managing tasks, employees and departments.

This application demonstrates me learning ASP.NET Core and Entity Framwork Core.

  • C#
  • HTML5
  • CSS3
  • This project contains technologies:

  • ASP.NET Core 3.1
  • Microsoft Entity Framwork Core v3.1.6
  • ASP.NET Razor
  • MS SQL Server 2019
  • Bootstrap v4.3.1
  • jQuery JavaScript Library v3.3.1
  • jQuery Validation Plugin v1.17.0 + Unobtrusive validation support library v3.2.11
  • Requirements

  • .NET Core
  • SQL Server 2019
  • Features:

  • show list of tasks, employees and departments
  • show details for selected task, employee and department
  • edit tasks, employees and department
  • add employees to task and department
  • save added tasks, employees and deparments in database