Skip to content

gregoryoffodum/Company-Tracker-App-Using-C-

Repository files navigation

Company Tracker App Using C#

A company personnel tracker program

Introduction

The application tracks employee information including name, departments, salary, permissions, positions, tasks etc. with appropriate admin controls. Using C sharp Windows .NET framework, forms have been created for each page of the app (Employee, Salary, Tasks, Permissions, Department, Position). Add, select, update and delete operations of fields have also been programmed accordingly. Administrative controls are such that non-admin users cannot access public information, only personal data.

A 3-tier framework was adopted - the application UI layer, Business Logic Layer (BLL), and Data Access Layer (DAL) containing data transfer and access objects, all connected to a database with LINQ

Scope

  • C sharp programming
  • CRUD operations
  • SQL
  • LINQ

Methodology

The project construction stages are as represented:

tracker

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors