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
How to register exception filter globally?
What is Web API?
Describe the differences between the lifecycles of Windows services and Standard EXE?
What is difference between asp state management and asp.net state management? How can we pass info between 2 asp.net pages?
Tell me the code snippet to show how we can return 404 errors from HttpError?
What is enableviewstate?
How to communicate via Remote proxy with Client? a)MarshalByRef b)Marshal by Value or Any thing else?
Do gac'ed assemblies have fulltrust?
What are HTTP handlers in ASP.NET?
Is it true that a Web service must be written in .NET or not?
What is runat?
What are the 3 types of web?
How is the asp.net mvc architecture different from others? : asp.net mvc
What is side-by-side execution? Can two applications, one using a private assembly and other using a shared assembly, be stated as side-by-side executables?
can we remote debug applications with the remote debugger installed with vs.net 2002, with vs.net 2003?