Skip to content

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

Notifications You must be signed in to change notification settings

IvanCherepov/PeopleSearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published