- A user must be able to see a list of their contacts
- A user must be able to search their contacts
- A user must be able to create a new contact
- A user must be able to update an existing contact
- A user must be able to delete a contact
- A contact consists of a first name and a last name
- A contact can have unlimited contact numbers and email addresses
ASP.Net MVC MSSQL
Visual Studio 2015 and above MSSQL 2008 and above
- Download or clone the repository and create a db in MSSQL using the AddressBook.sql script
- Change connection string in web.config file