This article explains about WCF Core library System.ServiceModel.dll, ServiceContract attribute, OperationContract attribute.
It explains about what is Service SOA, WCF, Distributed Programming and WCF features.
It explains about what is Endpoint for a WCF service and how to create WCF Endpoints Programmatically and by using Configuration file.
This article discuss about what is binding in WCF, different types of bindings available in WCF. It explains about BasicHttpBinding or Basic binding, NetTcpBinding or TCP binding, NetNamedPipeBinding or IPC binding, WSHttpBinding or Web Service binding and NetMsmqBinding or MSMQ binding.
This explains about implicit data contracts and explicit data contracts in WCF. It also explains how to create explicit data contract and how to call it from client.
This article discuss about different ways to host the WCF service. It explains about Self Hosting of WCF Service in detail. It discuss about WCF service self hosting technique using windows service.
It discuss about what is meant by contract in WCF, what is it responsibility. It explains about what are the various contracts in WCF, about Service Contracts, Data Contracts, Fault Contracts, Message Contracts, responsibility of Service Contract and Operation Contract.
In this article we discuss about what is the WCF service, why we need WCF service. It covers the sample WCF application and client for WCF service. We also discuss about what is ABC of WCF, Address, Binding, Contract in WCF.