The People Search Application Business Requirements . The application accepts se
ID: 3761656 • Letter: T
Question
The People Search Application Business Requirements . The application accepts search input in a text box and then displays in a pleasing style a list of people whose first or last name matches what was typed in the search box (displaying at least name, address, age, interests, and a picture). . Solution should either seed data or provide a way to enter new users or both Technical Requirements . An ASP NETMVC or a WPF Application that uses the MWM Design Pattern . if you use ASP NET MVC then use Ajax to respond to search request (no full page refresh) using JSON for both the request and the response . Use Entity Framework Code First to talk to the database . Unit Tests for appropriate parts of the applicationExplanation / Answer
To create a WPF application
1. Create a Model and ViewModel of data
2. Load data from database using entity framework into the object of viewModel.
3. Initialize view and give dataContext as the viewModel. This will bind the properties of view to viewModel.
4. Create a button click handler in viewModel which will handle the button click event.
5. Populate result in list which is binded to a listBox.
6. Your result will be updated in list, use NotifyIPropertyChanged to true for listBox.
Related Questions
Hire Me For All Your Tutoring Needs
Integrity-first tutoring: clear explanations, guidance, and feedback.
Drop an Email at
drjack9650@gmail.com
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.