FreeJobAlert

FreeJobAlert.Com

Government Jobs | Results | Admit Cards

Advertisement

What are the Basic tasks to create and consume WCF Service?

  1. Define the service contract. A service contract specifies the signature of a service, the data it exchanges, and other contractually required data.
  2. Implement the contract. To implement a service contract, create the class that implements the contract and specify custom behaviors that the runtime should have.
  3. Configure the service by specifying endpoint information and other behavior information.
  4. Host the service in an application.
  5. Build a client application.
For more information visit below link http://msdn.microsoft.com/en-us/library/ms732098.aspx

Tags: C#, wcf basics, wcf interview questions, wcf in .net, wcf architecture, wcf service