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
Where you store Connection string in "Web.Config" file in ASP.NET?
If you want to write your own dot net language, what steps you will you take care?
What is the request flow used for asp.net mvc framework? : asp.net mvc
Give some salient points of difference between request processor and request dispatcher.
How do I send an email message from my ASP.NET page?
What is the difference between table and query?
What is the difference between dynamic SGA and static SGA?
Where do we store our connection string in asp.net application?
What is manifest in .net framework?
What is difference between session and viewstate?
Where are session variables stored?
What is connection pooling and how to enable and disable connection pooling?
What is server side routing?
What are the Types of authentications in IIS
Explain about solution explorer window?