Skip to content

NeelamParmar/Address-Book

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Address Book

Requirements

  • 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

Technology used

ASP.Net MVC MSSQL

Prerequisites

Visual Studio 2015 and above MSSQL 2008 and above

Installing

  • Download or clone the repository and create a db in MSSQL using the AddressBook.sql script
  • Change connection string in web.config file