Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

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

Step: 3

blur-text-image

Ace Your Homework with AI

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

Get Started

Students also viewed these Databases questions