Answer Posted / nithya_raghu
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 ? | 181 Yes | 10 No |
Post New Answer View All Answers
Explain the namespace classes used in asp.net mvc? : asp.net mvc
Why do we need a web application session?
Explain asp.net page life cycle?
What are the file extensions for razor views?
What is the procedure to handle the process request using mhpm events fired? : asp.net mvc
To load your generated dataset with data which method do you invoke?
A Web Service Can Only Be Written In .net. Is it True??
What are early binding and late binding.
What is server transfer?
How to create multi language website in asp.net mvc? : Asp.Net MVC
How do you secure your configuration files to be accessed remotely by unauthorized users?
What will happen if the server confugration file and the application confugration file have different values for sassion state ASP.NET?
What is _dopostback in asp net?
What does asax stand for?
What are the different types of proxy patterns?