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
What are the event handlers that can be included in the Global.asax file?
What is the default Orientation property in a Menu control?
Explain the main function of url routing system in asp.net mvc? : asp.net mvc
What is difference between view state and session state?
how can create login from create and written conde in asp.net
What is mvc in asp.net interview question? : Asp.Net MVC
What do you mean by serialize?
Explain difference between friend and protected friend?
Define web services in asp.net.
What is web router?
Suppose you want an asp.net function (client side) executed on the mouseover event of a button. Where do you add an event handler?
How do I force the dispose method to be called automatically, as clients can forget to call dispose method?
How can we inherit a static member?
What is server infrastructure?
How do you change the session time-out value?