Skip to content

Contact Add, Edit, Delete and List App using WEB API and AJAX Application

Notifications You must be signed in to change notification settings

ravindradhakate/ContactDemoNew

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ContactDemo

Project Description:

Design and implement a production ready application for maintaining contact information.

Expected functionality:

  • add a contact
  • list contacts
  • edit contact
  • delete contact

Required Contact model:

  • First Name
  • Last Name
  • Email
  • Phone Number
  • Status (Possible values: Active/Inactive)

Prerequisites:

  1. Microsoft Visual Studio Express 2015 for web
  2. Microsoft SQL Server 2012 Express

Download database from "Database" folder

Attached this database using Microsoft SQL server Management Studio

Change DemoDBEntities connectionstring

i.e.

data source=LOCALTESTSERVER\SQLEXPRESS;initial catalog=DemoDB;user id=sa;password=swift123;MultipleActiveResultSets=True;App=EntityFramework

data source=;initial catalog=DemoDB;user id=;password=;MultipleActiveResultSets=True;App=EntityFramework

Author: Ravindra Dhakate

About

Contact Add, Edit, Delete and List App using WEB API and AJAX Application

Topics

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published