CRUD Operations using WCF Rest API
This Tutorial will explain how to implement crud operations using WCF Rest API. Open Visual Studio 2012. Go to create new project tab. Select “WCF Service Application” from WCF templates and name it WCFCrudService. using WCF Rest API Crud operation are performed by GET – To Get data from database POST – To Insert data Continue Reading…