Windows Communication Foundation (WCF)



Search pages under this topic

I welcome feedback on these articles.  Feel free to add comments in the article's comment section.  If you found an article useful, hit the Like button to let me know



Intro



Learning



Source Code



Quick Tips and Notes


  • WCF represents all message types with the Message class (System.ServiceModel.Channels).

  • The Message object generates a SOAP envelope which consists of a payload body and an optional number of headers.
  • In the CommunicationObject, there are 5 events that fire only once after the state machine has advanced into the new state.




Cleaning Up



Channels

Duplex Channels



Exception And Fault Handling




Serialization

Good references to read on this topic



States


State changes

Source: Microsoft .NET WCF Documentation: Understanding State Changes



Debugging



References





All pages under this topic



© Roger Cruz - All rights reserved