This is the basic application to
interact with wcf service.
for any query you can mail me at Malhotra.isha3388@gmail.com.
you can also mail me your wcf problem which you face in your project
Basic Application
with the help of WCF
Wcf stands for windows communication foundation. It is
introduced in .net framework 3.0.
Wcf is network-distributed service oriented technology. It
is combination Web Service, Remoting, MSMQ and Com+.
System.servicemodal is namespace for wcf service.
EndPoints
Wcf consists of many endpoints. Following is the component
of Endpoint.
->Address:- it describes where the service resides in the
network.
->Binding:-it describes how the service interacts with application.
->Contracts:-it describes what service will do.