Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Intranet And Web Databases For Dummies

Authors: Paul Litwin

1st Edition

0764502212, 9780764502217

More Books

Students also viewed these Databases questions

Question

8. Design office space to facilitate interaction between employees.

Answered: 1 week ago