What is three major points in WCF?

Answer Posted / gouranga

1) Address --- Specifies the location of the service which
will be like http://Myserver/MyService.Clients will use
this location to communicate with our service.

2)Contract --- Specifies the interface between client and
the server.It's a simple interface with some attribute.

3)Binding --- Specifies how the two paries will communicate
in term of transport and encoding and protocols.

Is This Answer Correct ?    78 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between user control and custom control?

488


What is ispostback property?

505


How do I create a web form?

534


What is asp net objects?

527


What parameters can you pass in the url of the api?

665






What is the difference between client-side and server-side validations in webpages?

565


How dataadapter.fill works?

567


What are the ways to sending the data in ASP.NET page?

571


IN an ASP.NET Web application if there is any error, how can you debug?

590


there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?

2234


What is the question mark in a url?

526


What is client side state management?

510


What are the event handlers that can be included in the Global.asax file?

584


Explain the asp.net mvc request life cycle? : asp.net mvc

508


What is boxing and unboxing in asp.net?

669