Interview Preparation mode beta
Funny Facebook Status Funny Facebook Status
Enter your email address

What are the major differences between services and Web services? What is the difference WCF and Web services?

2 Answers

Nice?Vote!
Web services can only be invoked by HTTP. While Service or a WCF component can be invoked by any protocol and any transport type. Second web services are not flexible. However, Services are flexible. If you make a new version of the service then you need to just expose a new end. Therefore, services are agile and which is a very practical approach looking at the current business trends.
answered 1 year ago by Boni (860 points)
Nice?Vote!
The Windows Communication Foundation (or WCF) is an application programming interface (API) in the .NET Framework for building connected, service-oriented applications.
answered 1 year ago by anonymous

Related questions