Hi All,
Can you guys explain me whats the exact difference between WCF and WCF Restful service.. Everywhere in Google pointing out the features of WCF and WCF Rest but none has a clear explanation between these two. I will be happy if Someone provide me a Good Answer :)
Cheers
N
Biswa Pujarini MohapatraPosted Jan 20, 2014, 2:30 AM
WCF Service : Pure SOAP implementation of Microsoft and replacement of webservices (asmx)
it is stateful,sessionbased,message-based web service, It can be deployed on any protocol I can say use this for complex actions
REST : stateless,sessionless and can use only on HTTP verbs Parameters need to pass on URL, Good to use for some basic opaerations