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 Models are defined in the Models folder. There are two models Employee and Department in that directory.
Each model has a corresponding class in the Services folder. There are two static classes EmployeeService and DepartmentService in that directory.
There are two folders in this project which contains webforms capable of performing basic operations on their corresponding entities.