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
What is unmanaged code?
Define the lease of the object?
How to decide which to use .net remoting or asp.net web services?
What are static assemblies and dynamic assemblies. Differences between them?
What is a formatter in .net remoting?
Explain the differences between marshal by value and marshal by reference?
What does manifest consists?
Explain how does assembly versioning in .net prevent dll hell?
What is the difference beween the registerwellknownservicetype() and registerwellknownclienttype()?
What is the proxy of the server object in .net remoting?
What are the security measures exist for .net remoting in system.runtime.remoting?
What do mean by remotable objects in .net remoting?
What are the ways to configure remoting objects before client can use them?
Hello, I want to connect a system in LAN and i want to access that.When ever i am moving a mouse in my desktop the similar thing have to happend in the another system in which i have connected. I need coding for this in c# and .NET . any one please help me.It is very urgent to me Advance thanks. my email id:manojkumarchallagundla@gmail.com
What are the situations you will use singleton architecture in remoting ?