Question: Create a WPF application ( C# language ) that would satisfy the following requirements below: The application must have a main menu that allows the

Create a WPF application (C# language) that would satisfy the following requirements below:
The application must have a main menu that allows the user to choose his/her action.
When the user selects "Exit" menu, the application will exit or will be terminated.
When the user selects "Person" menu, the screen will display submenu for person maintenance.
a. When the user selects "Add Person" submenu, the application allows the user to add person record (last name, given name, middle name).
b. When the user selects "Edit Person" submenu, the application allows the user to edit person record (last name, given name, middle name) by person id.
c. When the user selects "Delete Person" submenu, the application allows the user to delete person record (including student record) by person id.
When the user selects "Student", the screen clears and will display submenu for student maintenance.
a. When the user selects "Add Student" submenu, the application allows the user to add student record to existing person (student number, program, year) by person id.
b. When the user selects "Edit Student" submenu, the application allows the user to edit student record (student number, program, year) by person id.
c. When the user selects "Delete Student" submenu, the application allows the user to delete student record only (not including person record) by person id.
When the user selects "View All Records" menu, the application allows the user to view all person with or without student records (last name, given name, middle name, student number, program, year, person id).
When the user selects "View Specific Record" menu, the application allows the user to view specific person record (last name, given name, middle name, student number, program, year, person id) either by student number or person id.
When the user selects "Delete All Records", the application allows the user to delete all files generated from the application with confirmation message.
 Create a WPF application (C# language) that would satisfy the following

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!