Essential WCF Practical Implementation

Akshay Patel

This book is a basic introduction to WCF with Practical Implementation for beginners.

  • Published on Oct 08 2013
  • Pages 73
  • Downloaded 15.9k
  • Type PDF
Download
    • Like
    • Love It
    • Awesome
    • Interesting
    • It's Okay
    • Thumbs Down
  • 43.6k
  • 0
 
This eBook is about the basic introduction of the “WCF (Windows Communication Foundation)” for the beginners.
 
Table of Contents
  1. WCF Introduction and Contracts.
  2. WCF Fault Contracts.
  3. WCF Message Exchange pattern.
    • Request/Response.
    • One way
    • Duplex.
  4. WCF Data Contracts
    • DataContract Attribute
    • DataMemberAttribute
  5. WCF Difference between Service allocation and Service library
  6. WCF Serialization Part1
    • XML serialize
    • NetDataContractorSerializer
    • DataContractSerializer
  7. WCF serialization Part2
  8. WCF Opt-In Vs. Opt-Out
    • Opt-Out Approach
    • Opt-In Approach
  9. WCF Message Contract
    • MessageContractAttribute
    • MessageHeaderAttribute
    • MessageBodyAttribute
  10. WCF Address Binding and Contract
    • BasicHttpBinding
    • wsDualHttpBinding
    • webHttpBinding
    • NetTcpBinding
    • NetPeerTcpBinding
    • ntNamedPipeBinding
    • netNamedPipeBinding
    • netMSMQBinding
  11. WCF Service Configuration Using Web.Config
  12. WCF Service Configuration Using Configuration Editor