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 is Client-activated object in remoting?
What are dynamic assemblies?
What are the situations you will use singleton architecture in remoting ?
Name the distributed systems available apart from .net remoting?
Explain serialization formatters in .net remoting
How do you directly call a native function exported from a DLL?
When do we use delegates in your remoting applications?
Explain how to perform remoting?
Can you pass SOAP messages through remoting?
What are the difference between static assemblies and dynamic assemblies?
Types of compatabilities and explain them ?
Explain when we use web service and when we use remoting?
What are the ways to configure remoting objects before client can use them?
Explain the types of .net remoting?
define client activated objects (cao)?