/PeopleSearch

Basic Asp.Net app for Creating, Editing, Deleting and Search Person by First and Last Name

Primary LanguageC#

PeopleSearch

Basic Asp.Net app for Creating, Editing, Deleting and Search Person by First and Last Name

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.NET MVC or a WPF Application that uses the MVVM Design Pattern
Use Entity Framework Code First to talk to the database
Unit Tests for appropriate parts of the application