What is WCF.

 Posted by Pgayath on 9/27/2012 | Category: WCF Interview questions | Views: 3363 | Points: 40
Answer:

WCF is Windows Communication Foundation that uses message based communication. Messages will be sent between endpoints generated by Client or Service.
It ia an advanced version of the below technologies as these require
specialized knowledge and service to implement.

1. ASP .NET Web services(.asmx)
2. Remoting
3. MSMQ (Microsoft Message Queue)
4. Enterprise Services

WCF simplifies developer's task by unifying the strength of each .NET technology for network distributed services and applications

Thanks and Regards,
Gayathri P


Asked In: My Interview | Alert Moderator 

Comments or Responses

Login to post response