Categories: WCF

About WCF Library System.ServiceModel.dll

This article explains about WCF Core library System.ServiceModel.dll, ServiceContract attribute, OperationContract attribute.

Categories: WCF

What is SOA, WCF, Distributed Programming

It explains about what is Service SOA, WCF, Distributed Programming and WCF features.

Categories: C#.Net, WCF

What is Endpoint, Endpoints in WCF, C#

It explains about what is Endpoint for a WCF service and how to create WCF Endpoints Programmatically and by using Configuration file.

Categories: WCF

WCF Bindings, What is Binding, different types of Bindings

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.

Categories: WCF

WCF Contracts, Data Contract in WCF

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.

Categories: WCF

WCF Hosting, Self Hosting, Host WCF service by using Windows service

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.

Categories: WCF

WCF Contracts, Service Contracts, Data Contracts, Fault Contracts and Message Contracts in WCF

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.

Categories: WCF

WCF, windows communication foundation Introduction, ABC of WCF, sample wcf application

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.