Wcf Service Basic Tutorial

In this series we will learn the basic knowledge about wcf service .For example how to create wcf service , the files and classes are required ,Binding etc . Later session we will learn how to consume wcf service into Java,Angular JS ,JavaScript , Console Application etc . 



  1. Creating wcf Service Part One.
  2. Creating Wcf service Part Two.
  3. Creating Wcf service(Class Library) Code discussion Part Three .
  4. Wcf Service Basic Part Four .(App.config).
  5. Wcf Service Basic Part Five .(Creating wcf Service directly).
  6. Wcf Service Binding.(Appropriate binding ).
  7. Wcf Service interface Discussion. (Interface).
  8. Wcf Service Implementation Discussion Part Eight .(Implementation).
  9. Making Changes without breaking Client Part Nine.  (Making Changes ).
  10. Data Contract and Data Member Attributes. (Using DataContract and DataMember).
  11. Known Type. (Using  type Attributes).
  12. Message Contract .( Message Contract ).
  13. Hosting Wcf Service. (Hosting Option).
  14. Message Exchange Patterns
  15. Instancing modes in WCF.

2 comments:

  1. What kinds of binding I should use for my application ??
    I am consuming WCF service in windows form application and java
    Application ??

    ReplyDelete
  2. It's depends on your application requirement
    For more information check this links .
    https://docs.microsoft.com/en-us/dotnet/framework/wcf/bindings-overview

    ReplyDelete