What is the difference between WCF service and a simple Web service in developing using .NET Framework?
- by Steve Johnson
My questions are:
What is the difference between WCF service and a simple Web service in .NET Framework?
What a WCF Service can do which a .NET Web service cant? In other words, what are the limitation of .NET Web services which were overcome in WCF services?
I understand that WCF are REST based and .NET web services are SOAP based. But I need to know more than that. How a developer will make a design decision whether to developer a Web service or a WCF service?