Skip to content

Latest commit

 

History

History

EmpManagement

Employee Management Web Forms

This project demonstrates how to use System.Data.SqlClient namespace to interact with a database and perform basic Create, Read, Update and Delete operations using ADO.NET Framework.

The Project Structure

1. Models

The Models are defined in the Models folder. There are two models Employee and Department in that directory.

2. Interaction with Database

Each model has a corresponding class in the Services folder. There are two static classes EmployeeService and DepartmentService in that directory.

3. User Interface

There are two folders in this project which contains webforms capable of performing basic operations on their corresponding entities.

  1. Employees
  2. Departments

Screenshots can be found.