Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

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

Recommended Textbook for

Big Data In Just 7 Chapters

Authors: Prof Marcus Vinicius Pinto

1st Edition

B09NZ7ZX72, 979-8787954036

More Books

Students also viewed these Databases questions

Question

=+4. What is your current position?

Answered: 1 week ago