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
Explain the updatepanel?
How can we prevent browser from caching an aspx page?
What is difference between session and cookies in asp net?
Are there any resources for drop-in replacements for the default css that comes with the ASP.NET Website template?
Are there resources online with tips on asp to asp.net conversions?
Why we go for mvc instead of asp.net? : Asp.Net MVC
What is the purpose of using MVC programming pattern in ASP.NET?
Where viewstate value is stored in asp.net?
What will happen if the server confugration file and the application confugration file have different values for sassion state ASP.NET?
What is the difference between page directive include and action tag include?
Explain code snippet to register exception filters from controller?
What are the HTML server controls in ASP.NET?
What is the main differences between asp and asp.net?
What is hidden field in asp.net?
Explain how can we inherit a static variable?