A CRUD desktop application developed in C# using WinForms, connected to the Northwind SQL database.
It enables basic employee data management with create, read, update, and delete functionality.
- C# .NET (WinForms)
- SQL Server
- ADO.NET
- Visual Studio 2022
- Git & GitHub
- Display employee records from the Northwind database
- Add new employees
- Edit and delete existing employee data
- Input validation with error messages
- Database connection via ADO.NET
- Clone the repository
- Open the
.slnfile with Visual Studio - Adjust the SQL Server connection string if needed
- Press
F5to build and run the application
Note: This project was created as part of a practical training program and demonstrates the implementation of CRUD operations in a desktop environment.

