This project is an employee management program that allows you to manage a list of employees by adding, checking for duplicates, checking if an employee exists, and printing an org chart. The program was written in C# 7.3 and tested using NUnit.
The Employee Management Program is a console-based application that was built using C# 7.3 and Visual Studio 2022. It provides a simple and efficient way of managing a list of employees, allowing you to add new employees, check for duplicates, check if an employee exists, and print an org chart.The program was developed using object-oriented programming principles, with an Employee class representing each employee in the list. The program includes error handling and input validation to ensure that only valid data is entered into the system. The program also includes a comprehensive test suite using the NUnit framework to ensure that the program functions correctly and is free from errors.Overall, the Employee Management Program is a useful tool for any organization that needs to manage a list of employees. It is simple to use and can save time and effort in managing employee data.