Starting with this article, we shall explore various aspects of WCF.
Introduction
Microsoft .Net Framework 3.0 introduces, among other components, Windows Communication Foundation or simply, WCF. The framework
allows us, the development community, to build more service-oriented application. It incorporates several Web Service related
specifications, mostly driven by W3C and OASIS consortiums. I will just list a few of them:
- SOAP 1.1, 1.2 with Basic Profile 1.1
- WSDL 1.1
- MTOM
- WS Policy and WS Policy Attachments
- WS Metadata Exchange
- WSS SOAP Message Security 1.0, 1.1
- WSS SOAP Message Security Username Token Profile 1.0, 1.1
- WSS SOAP Message Security X.509 Token Profile 1.0, 1.1
- WS Addressing 2005/08
- WSS SOAP Message Security Kerberos Token Profile 1.1
- WS Secure Conversation
- WS Reliable Messaging
- WS Coordination
- WS Atomic Transaction
- WS Federation
Starting with this article, let us tour various key aspects of WCF.
Downloads
The code for the project is available for download at Edujini Downloads in the Windows Communication Foundation category.