WCF Archive

WCF Bindings

Bindings in WCF represents the way client applications and the WCF services communicate with each other. Binding wraps information such as the transport mode used to transfer messages between the endpoints, enconding used to secure the messages being transferred and the protocol used.WCF supports several types of bindings each serving different purposes. BasicHTTPBinding: This binding

Access WCF Service from SilverLight

WCF Services can be accessed from Silver Light version 4 applications. Windows authentication, which means that windows credentials are automatically used without asking the user for login, can be used to provide secure access to the WCF Services which are being accessed from Silver light apps. To configure Windows authentication for a WCF service use:

Introduction to Windows Communication Foundation (WCF)

Windows Communication Foundation (WCF) is a framework which is designed by Microsoft for developing secured service based applications. WCF Services have lot of advantages over Web services. With the evolution of WCF, we no longer need to make a choice a platform for developing applications as WCF is completely interoperable and configurable to suit different