Hi ,
I am new to WCF .How to insert list of data to SQL server using WCF Restful service ?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Anupam SinghPosted Oct 25, 2014, 10:02 AM
WCF exposes service using contracts(data contracts and operation contract).
You can simply create a method for inserting data in sql server.
Below articles may help you .
1. http://www.codeproject.com/Articles/708138/CRUD-Operations-using-WCF-RESTful-Service-Part
2. http://www.topwcftutorials.net/2014/01/crud-wcf-restful-service.html