UOP POS409 Week 4 Assignment JSON Latest

POS409. NET II
Week 4 Assignment
JSON
JSON Functionality You will create a JSON file with the following elements:
Each JSON record/object will have the following fields:
First Name
Last Name
Age
Employee Type (Supervisor, Developer, Analyst,Director, Support)
Title (eg. Director of IT, Support Manager) You can make up titles here.
Salary(decimal value)
Your JSON file must contain 7 to 10 records
Your application must load this JSON file into corresponding class objects (You must define and implement a class which will be able to hold the data from each JSON record).
Your application must display the data in a control that will allow the user to edit the file.
Data Edit Functionality
When a user selects a record, they should be allowed to edit the data in the record
The user should be allowed to save the newly edited data in a JSON file.
As mentioned above your application must demonstrate the following elements (according to the rubric attached below).
OOP Implementation – correctly defined and implemented classes
JSON Functionality – correctly load a JSON formatted file
Data Editing – correctly edit and save the data to a JSON formatted file
Compile/Run – your application should compile with NO syntax errors and it should execute properly
Code Comments – your code should contain comments describing the functionality
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.

-
Rating:
5/
Solution: UOP POS409 Week 4 Assignment JSON Latest