Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.09 KB

File metadata and controls

32 lines (25 loc) · 1.09 KB

Northwind Employee App

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.

🛠 Technologies Used:

  • C# .NET (WinForms)
  • SQL Server
  • ADO.NET
  • Visual Studio 2022
  • Git & GitHub

📋 Features:

  • 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

▶️ How to Run:

  1. Clone the repository
  2. Open the .sln file with Visual Studio
  3. Adjust the SQL Server connection string if needed
  4. Press F5 to build and run the application

📸 Screenshot

Screenshot (57) Screenshot (58)


Note: This project was created as part of a practical training program and demonstrates the implementation of CRUD operations in a desktop environment.