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 enhancing a software for internal use. The Software Development Company is now requesting that you change your data structure from an array to a .Net List.

For this week's assignment, the application is required to read from a file (data.csv) containing employees' data. Your tasks include:

  • Use the data file from the previous week (data.csv)
  • The C# program must demonstrate the use of object-oriented collections by using List or other collection that can store objects
  • Implement an employee record objects Collection
  • Meet specifications by displaying on a Windows GUI Application

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).

  • Compile and execute without errors
  • Meet specifications by demonstrating file handling, List Collection data structure manipulation, and Windows Form output mastery by accomplishing the following:
    • Read employees' data from a file
    • Input the data into a Collection data structure
    • Display the employees' data on the console
  • 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.

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!