Answer Posted / ankit dass
.NET remoting is specifically used when you are using only
Microsoft platform. Remoting cannot be used between .net
client and non .NET clients.
Web services though can be used for communication on
MIcrosoft technologies, but their main feature is Platform
Interoperability.
So if you are using client and server supporting .NET
framwork, iwould recommend to use .NET remoting because
you can customise it to great detail and also its faster.
If you are developing for cross platform technologies, you
cannot use .NET remoting. So the only option you have is ot
use web services
| Is This Answer Correct ? | 30 Yes | 0 No |
Post New Answer View All Answers
Define singlecall activation mode in .net remoting?
Explain threading types?
Elaborate the term WebService and how it differ from Remoting?
How are the activation URLs different in case of SAO and CAO in .NET remoting?
What is the difference between the RegisterWellknownServiceType(), RegisterWellknownClientType(), RegisterActivatedServiceType() and RegisterActivatedClientType() in .net?
What is unboxing?
What are static assemblies?
What are the ways to renew lifetime leases of objects?
what is Client-activated object in remoting?
What is the proxy of the server object in .net remoting?
What are static assemblies and dynamic assemblies. Differences between them?
What is asynchronous programming?
Explain the differences between marshal by value and marshal by reference?
What are the steps to publish an object outside the service domain
What are the situations you will use singleton architecture in remoting ?