WCF Practical Implementation tutorial free ebook download
WCF Practical Implementation tutorial free ebook download
Introduction
This chapter demonstrates how to create a WCF service application. This chapter also covers
basic information of all the contracts and a code demonstration.
What WCF is?
WCF is a combined feature of Web Service, Remoting, MSMQ and COM+. WCF provides a
common platform for all .NET communication. It is a part of .Net 3.0.
Difference between WCF and Web service
1-In a web service we need to add the [WebService] attribute to the class.
2-In WCF we need to add the [ServiceContract] attribute to the class.
3-Add the [WebMethod] attribute to the method in a web service.
4-Add the [OperationContract] attribute to the method in WCF.
5-For serialization in a web service use the System.Xml.serialization namespace.
6-WCF uses the System.Runtime.Serialization namespace for serialization.
7-We can host a web service in IIS.
8-We can host WCF in IIS, WAS (Windows Activation Service), self-hosting and a Windows
Service .
This book(WCF Practical Implementation tutorial free ebook download) includes these contents.
Table of Contents:
Chapter 1: Introduction of WCF and Contracts
Chapter 2: Fault Contract
Chapter 3: Message Exchange Pattern
Chapter 4: Data Contract
Chapter 6: Serialization
Chapter 7: Different Approach in WCF
Chapter 8: Message Contract
Chapter 9: Address Binding and Contract
Chapter 10: Service Configuration
WCF Practical Implementation tutorial free ebook download
WCF Practical Implementation tutorial free ebook download
Great One (y). keep It Up
Great Article, Love your writing skills , keep it up & uploading good stuff like this.
Thank you for this book. I am searching for this WCF pattern book from last week bu could not found.Really appreciate for your effort. Thanks once again 🙂