Skip to content

WHIZENx/ProvidenceFund

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Providence Fund

Mycos Assignment implement with ASP.Net Core Web application (Model-View-Controller) in C# language

ASP.Net Core (v.3.1)

Model class

  • Employee (Information about employee)
  • PvdFund (Fund for employee)

ViewModel

  • HomeViewModel (Display and manage data table in total pvd fund of employees)
  • EmployeeViewModel (Display and manage data table of pvd fund and employees)

View

  • Employee (Display page Create, Edit, Details, Delete)

Controller

  • Employee (Create, Update, Read, Delete for employee with id compare id PvdFund data)

SQL Server (Express version)

** Folder script database to create database and data in path: ProvidenceFund/DBScript

Database

  • ProvidenceFund

    Table

    • Employee (Fields: Id, FirstName, LastName, DateOfBirth, Age, Address)
    • PvdFund (Fields: Id, StartWorkDate, Salary, Rate)

Design&Assignment by Mycos Technologies Mycos Technologies (C# Assignmment 2022)