Question: CODE IN C# Design, code, and test an Employee Payroll app using the Student Database app as a template. Use a Console App (.NET Framework)

CODE IN C#

Design, code, and test an Employee Payroll app using the Student Database app as a template.

Use a Console App (.NET Framework) workflow project type in VisualStudio

Database storage must use a plain text (UTF-8) file - no database software allowed

Use the Employee inheritance hierarchy data object classes from the Deitel book example - Fig12_04_09 PayrollSystem code.

Name your project and solution EmpDB - this will create the EmpDB namespace - all code should be placed in that namespace

Create at least 2 employees of each subtype for sample data in your input file - a total of 8 various employees.

Employee objects in the database app should be stored in a List<> at runtime - not in a static sized array.

Your EmpDB app should implement all 4 CRUD operations on Employee(s) in addition to processing payroll.

Processing payroll is simply a printout of all elements in the List along with the correct amount they should be paid based on current data.

The process payroll action should also print a total for the entire payroll.

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!