Mycos Assignment implement with ASP.Net Core Web application (Model-View-Controller) in C# language
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)
** 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 (C# Assignmment 2022)