In which scenario you need to choose WCF web service ?

 Posted by Rajkatie on 1/31/2013 | Category: .NET Framework Interview questions | Views: 4062 | Points: 40
Answer:

Choose WCF web services when you:

1) Require multiple binding types for supporting different types of client.
2) Want to access from javascript.
3) Want to implement Application Logic Layer.
4) Want to implement specific network protocol (e.g: SOAP, WS-*)


Source: microsoft Exam Ref book | | Alert Moderator 

Comments or Responses

Posted by: Kusumas on: 2/4/2013 | Points: 10


WCF is flexible because its services can be hosted in
different types of applications. The following lists
several common scenarios for hosting WCF services:
IIS
WAS
Self-hosting
Managed Windows Service.

WCF Servers having Following Communication Channels
HTTP,TCP,MSMQ,NamedPipes.

Login to post response