Question: Create a console app using C# and .Net Create an Employee management system that will do the following: Add, update, delete an employee (ID, name,

Create a console app using C# and .Net Create an Employee management system that will do the following: Add, update, delete an employee (ID, name, address, email, phone, role) Payroll feature for adding this weeks wages (ID, employeeID, hours worked, hourly rate, date) Vacation days (ID, employeeID, numberOfDays) Each employee will be given 14 days when a new employee is added and will increment by 1 when a new payroll entry is entered for that employee. Use collections to store your data, you must use a custom class for Employee, Payroll and Vacation at minimum. Use LINQ to query, insert, update, delete your collections.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!