[solved]-Assignment Content Software Development Company Wants Continue Developing Enhancing Softwa Q39091802


Assignment Content 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.txt) containing employees’ data. Your tasks include: . Use the data file from the previous week (data.txt) • The C# data structure class/methods must demonstrate the use of object-oriented collections • Implement an employee record objects List Collection • Meet specifications by displaying on a Windows Form Application Program Input File: Using Visual Studio® and C# programming concepts, and using the previous data.txt file as your source file, 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, 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 List 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 data.txt – Notepad File Edit Format View Help tony, 30224,39,5035.20,52, coder, C++, OOP, W-2,4229.57,56129.83 John, 30224,25,4560.37,36, Tester, Java, OOP, W-2,3830.71,50893.73 Sam, 30223,50,3375.16, 25, engineer, .Net, OOP, 1099,0,40501.92 June, 30218,32,7125.50,22, tester, C#,00P, 1099,0,85506.00 Sarah, 02045,45,1054.13,10, coder, Python, Not oop, W-2,855.47,11764.09 nent_ PNG Show transcribed image text Assignment Content 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.txt) containing employees’ data. Your tasks include: . Use the data file from the previous week (data.txt) • The C# data structure class/methods must demonstrate the use of object-oriented collections • Implement an employee record objects List Collection • Meet specifications by displaying on a Windows Form Application Program Input File: Using Visual Studio® and C# programming concepts, and using the previous data.txt file as your source file, 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, 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 List 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
data.txt – Notepad File Edit Format View Help tony, 30224,39,5035.20,52, coder, C++, OOP, W-2,4229.57,56129.83 John, 30224,25,4560.37,36, Tester, Java, OOP, W-2,3830.71,50893.73 Sam, 30223,50,3375.16, 25, engineer, .Net, OOP, 1099,0,40501.92 June, 30218,32,7125.50,22, tester, C#,00P, 1099,0,85506.00 Sarah, 02045,45,1054.13,10, coder, Python, Not oop, W-2,855.47,11764.09 nent_ PNG
Expert Answer
Answer to Assignment Content Your software development company wants to continue developing and enhancing a software for internal … . . .
OR

