Answer Posted / alb.shah
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 ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can you edit data in the Repeater control? Which template must you provide, in order to display data in a Repeater control? How can you provide an alternating color scheme in a Repeater control? What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?
Explain the code Access Security (CAS) in .net Framework?
Can you dynamically assign a Master Page?
Explain the use of resource manager class in .net.
How do you declare static variable? What is its lifetime?
In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this?
Web API supports which protocol?
How will you do windows authentication and what is the namespace? If a user is logged under integrated windows authentication mode, but he is still not able to logon, what might be the possible cause for this? In ASP.Net application how do you find the name of the logged in person under windows authentication?
What is asp.net web pages?
Explain the main differences between asp and asp.net?
What is the maximum amount of memory any single process on windows can address?
Why is xap important?
What is a user developed application?
How long does an http session last?
How do u declare static variable and how it is declared and what is its lifetime?