when to use webservice and when to use remotong diff
between them
Answer Posted / sanjjay raj
Webservice is used to host our applications(software or
programs) over Internet, so that others can use them or the
Clients of Our Website can use them.
whereas Remoting is used to Connect remote systems or
server in order to Communicate Online or Offline depending
on the Connectivity. ( eg: Yahoo Messenger where we can
Chat Online or send Offline messages to Our friends or
Contacts)
Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
How do we assign page-specific attributes?
How do I send an email message from my ASP.NET page?
What is the base class from which web forms are inherited?
What are the Types of chaching. How to implement caching
How to add DateTime Control in normal DataGrid Server Control?
Which control has default post back is enabled(true)?
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 cookieless session id explain in brief?
Explain about secure socket layer?
Explain in what order a destructors is called.
Explain the difference between AutoPostBack and IspostBack in ASP.NET?
What is http request and response?
How can you display all validation messages in one control?
Explain the various authentication mechanisms in asp.net.
Are xaml file compiled or built on runtime?