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 different types of assemblies?
Explain the hierarchial description of remoting?
How can we call methods in remoting asynchronously?
Explain how does assembly versioning in .net prevent dll hell?
What is fundamental of published or precreated objects in remoting?
How to directly call a native function exported from a dll?
What is the purpose of strong name?
What is unboxing?
define client activated objects (cao)?
Name the distributed systems available apart from .net remoting?
What are static assemblies and dynamic assemblies. Differences between them?
What is the difference between the RegisterWellknownServiceType(), RegisterWellknownClientType(), RegisterActivatedServiceType() and RegisterActivatedClientType() in .net?
What are the security features in .net remoting?
What are the consideration in deciding to use .NET Remoting or ASP.NET Web Services?
Explain how can you automatically generate interface for the remotable object in .net with microsoft tools?