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
What are the difference between static assemblies and dynamic assemblies?
What are static assemblies and dynamic assemblies. Differences between them?
What do you mean by passport authentication?
Elaborate the term WebService and how it differ from Remoting?
Explain the types of .net remoting?
How can we call methods in remoting asynchronously?
What is the difference beween the registerwellknownservicetype() and registerwellknownclienttype()?
What are static assemblies and dynamic assemblies?
what is Client-activated object in remoting?
Explain how to directly call a native function exported from a dll?
How do you directly call a native function exported from a DLL?
What is the difference between the RegisterWellknownServiceType(), RegisterWellknownClientType(), RegisterActivatedServiceType() and RegisterActivatedClientType() in .net?
Which one is better WebService and Remoting ?
How to decide which to use .net remoting or asp.net web services?
What are dynamic assemblies?