Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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.
image text in transcribed

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

Microsoft SQL Server 2012 Unleashed

Authors: Ray Rankins, Paul Bertucci

1st Edition

0133408507, 9780133408508

More Books

Students also viewed these Databases questions

Question

=+ b. What happens to the velocity of money?

Answered: 1 week ago