What are the Service Contracts and Operation Contracts in WCF ?
Define the Service Contracts and Operation Contracts in WCF
Hi
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.
Rohatash KumarPosted Sep 19, 2012, 6:52 AM
The OperationContract section is used to add service operations and a DataContract is used to add types to the service operations. more info: http://www.c-sharpcorner.com/UploadFile/rohatash/insert-edit-update-and-delete-data-with-datagridview-in-wi/
Rohatash