Thursday, September 8, 2011

WCF interview questions: - What is the difference between WCF and Web services?

• WCF services can be hosted in multiple protocols like http, TCP etc. Web
services can only be hosted on Http protocol.

• WCF has COM+ so you can call two different WCF services in a transaction, we
can not call two different web services in one transaction.

• WCF integrates with MSMQ, for web services we will need to write code.

In simple words below equation shows the difference with simple equation.

WCF = Web services + Remoting + MSMQ + COM+
Web service = WCF – (Remoting + MSMQ + COM+ )

Watch video on that How Can we do WCF Concurrency and throttling: -



Get more materials on WCF interview questions

Regards,

See more stuffs on author’s blog for WCF interview questions

No comments: