3
Reply

What is WCF?

Sohini Dey

Sohini Dey

Jan 24, 2014
1.4k
0

    WCF is Windows Communication foundation for developing services. The supported protocols are TCP, HTTP, msmq etc

    Lakshmanan Sethu
    February 14, 2014
    0

    Please check following link, it is really nice explanation about WCF in detail.http://www.c-sharpcorner.com/UploadFile/akrtripathi/an-introduction-to-windows-communication-foundation-wcf/

    Keyur Patel
    February 03, 2014
    0

    Windows Communication Foundation (WCF) is an SDK for developing and deploying services on Windows. WCF provides a runtime environment for services, enabling you to expose CLR types as services, and to consume other services as CLR types.
    WCF is part of .NET 3.0 and requires .NET 2.0, so it can only run on systems that support it.

    Sohini Dey
    January 24, 2014
    0