About remoting and web services. Difference between them?
Answer Posted / renuga
Remoting is a technology used to communcate between
applications of same platform and encoding will be in the
form of binary.
In the case of web service applications in different
platforms can communicate and data will get transferred as
xml files
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
Can we configure a .net remoting object via xml file?
Write a example code for remoting?
Explain how does assembly versioning in .net prevent dll hell?
What is the proxy of the server object in .net remoting?
When do we use delegates in your remoting applications?
Which Namespaces is used to achieve the Remoting?
what are the requirements to enable remote components to interact each other?
Name the distributed systems available apart from .net remoting?
What are the ways to configure remoting objects before client can use them?
What are the advantage of remoting over web services?
How can you configure a .net remoting object via xml file?
What is the difference between remoting and webservice?
What is the difference beween the registeractivatedservicetype() and registeractivatedclienttype()?
Define remotable objects in .net remoting?
What is unboxing?