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 is meant by sitemapnode ?
is there any third party tools are using in .net technologies? what are there ? give me the brief introduction?
a web application needs to be created to accept the product name and quantity of a toy from a customer. After the customer has entered the product name the application needs to display the discounted price of the product to the customer (company is offering 35% discount on all products). The application should allow the customer to select the product name from a list box. and also while i'm data binding to a label with custom data binding with some declarations : "The Discounted Price is "+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)) - ((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)). Where i need to give this declaration in asp.net 2.0.
Explain what is postback in asp. Net?
Is it possible to create web application with both webforms and mvc?
Where can I get the details on migration of existing projects using various technologies to asp.net?
What does passport and windows authentication mean in ASP.NET?
Which object wraps the state or data of a user?
when a request is made in Life cycle of ASP.NET page .
How many languages are supported by .NET at present time?
Which two new properties are added in asp.net 4.0 page class?
how to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool
What is custom events? How to create it?
What is custom events?
What is cookieless session id explain in brief?