Question
Your program must be a Windows Form, Windows Universal App or WPF App. You will not earn credit for a console application. Your software development
Your program must be a Windows Form, Windows Universal App or WPF App. You will not earn credit for a console application.
Your software development company wants to continue developing and enhance a software for internal use. The Software Development Company is now requesting that you change the applicaiton from a console applicaiton to a Windows GUI application (Winforms, WPF, or UWP). (You will need to create a new program to do this)
For this week's assignment, the application is required to read from a file (data.csv) containing data about the employees. Your tasks include:
- Create a C# class based on the software developer data that will be used to store the data read from file (data.csv).
- The C# class must demonstrate the use of inheritance by creating an Employee base class and a Developer subclass.
- Implement an list collection of Developer class objects containing the data pulled from the file.
- Meet specifications by displaying a welcome message along with the following information on five employees on a Windows GUI Application:
- Employee Record:
- name
- address
- age
- gross monthly pay
- department id
- Developer Type:
- Scripts (i.e., Python, Perl, PowerShell)
- Object-Oriented (i.e., C#, C++, Java)
- Employee Tax Type:
- W2 (Fed, FICA, Medicare)
- 1099 (no taxes)
- Annual taxes determined by employee tax type
- Annual net pay determined by salary and tax type
- Employee Record:
Note: Developers type is only of one type. Employees' tax records structure should be W-2 (taxes deducted from gross salary) or 1099 (no taxes deducted from gross salary).
Program Input File:
Create a Comma Separated Values (CSV) text file and named "data.csv." The data file shall include information on at least five developers put into rows, including software developer name, addresses, age, gross monthly pay, department ID, developer type, and employee type, all separated by commas (CSV).
Using Visual Studio and C# programming concepts, write a program to meet the specifications of the company's request. The program should have the following characteristics:
- Compile and execute without errors
- Meet specifications by demonstrating file handling, array data structure manipulation, and console output mastery by accomplishing the following:
- Read employees' data from a file
- Input the data into an array data structure
- Display the employees' data on a Windows GUI form
- Logic flow is clear, concise, and effective
- User inputs and outputs should be clear on screen
- Validation for input types and data format
- Appropriate indentation to logically illustrate program structure
- Identifiers logically describe use
- Naming conventions are consistent
- Comments and headers to explain processing that is not obvious
Zip your Visual Studio solution project folder so it can be submitted for grading. In Visual Studio, you can locate the folder with your solution by left clicking on the solution node in the Solution Explorer. Look at the Properties window to find the folder name in the Path property. Locate this folder in File Explorer and zip the folder.
Submit your ZIP file using the Assignment Files tab.
Hints:
Don't overthink this assignment. Our focus is building GUI applications and loading and displaying data - not performing calculations on the data.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started