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
How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?
Which dll handles the request of .aspx page?
what are the events raised in asp.net page life cycle?in which stage view state can be loaded?
How can you ensure a permanent cookie?
What is & in a url?
What is the difference between session and viewstate?
What is the latest version of asp.net?
What is the difference between client-side and server-side validations in webpages?
Explain the difference between globalization and localization techniques
What is difference between view state and session state?
How long does an http session last?
What is a web api?
Can we have multiple worker process in an ASP.NET application? If so then how it has been handled by application? And who handles it?
What is the use of view state?
What are the types of caching in asp.net?