This is a windows forms application used to maintain and manage the company, department and employee details.
Steps to run this project on your end system
- Install Visual Studio 2019 application and MS Sql server 2017 or 2019
- Extract the database file and import it into sql server management studio
- Clone this project in Visual Studio
- Obtain the Connection string to the database on the your device
- Replace the 'ConnectionString' variable value to the connection string you just obtained at every occurance in all the files
All set to run the project