Answer Posted / kautilya
Webservice is an application which resides on server and
used to share data and information. It provides Platform
indpendent service, so any user with any operating system
cant use it. it uses SOAP to transfer and receive data. It
basically populates data in XML format which can be used by
every one.
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
What is the basic purpose of the required field validator? How can you use a required field validator to check that the user changes the initial value of a text box? a listbox?
Who creates jsessionid?
What kind of data we can store in viewstate?
How to bind all the binding controls in a page at once in ASP.NET?
What is a master page and what does it do?
In What Order Do The Events Of An Aspx Page Execute. As A Developer Is It Important To Undertsand These Events?
What is content place holder?
Explain serialization and deserialization?
calling result set one procedure to anothar procedure in sql2000
Can you explain why it is useful to use mvc instead of webforms? : asp.net mvc
Explain the function of new view engine in asp.net? : asp.net mvc
How do active server pages work?
Explain different types of Caching techniques in ASP.NET?
Can we set master page as a start page?
How to implement Authentication and Authorization?