How Web Services help Us?
What r the difference between Remoting and webservices
Answer Posted / reshma nair
Web services are small, reusable applications that help
computers from many different operating system platforms
work together by exchanging messages. Web services are
based on industry protocols that include XML (Extensible
Markup Language), SOAP (Simple Object Access Protocol), and
WSDL (Web Services Description Language). These protocols
help computers work together across platforms and
programming languages.
Remoting provides a way for application in different
machines/domains to communicate with each other.Remoting is
a more effcient means than web services for allowing
programs to interact
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What are tuples?
if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.
What is postback request?
What are the advantages of using Master Pages?
Explain how viewstate is being formed?
How does u get record no from 5 to 15 from a dataset of 100 records?
Which property needs to be set for script manager control to extend the time before throwing time out expection if no response is received from the server?
How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?
When you use Ajax controls in the ASP.NET application?
What is custom events? How to create it?
In the Repeater control which way you can edit?
Why the javascript validation not run on the asp.net button but run successfully on the html button?
In a page I have gridview with options of select and delete using hyperlink when I am selecting any one of then it has to open another page how can it?
explain code with datachaching with example
What is asp net application object?