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
Explain Singleton design pattern of Remoting?
What are the situations you will use singleton architecture in remoting ?
What are the ways to renew lifetime leases of objects?
What is fundamental of published or precreated objects in remoting?
Define proxy in .net remoting?
What are the consideration in deciding to use .NET Remoting or ASP.NET Web Services?
Explain how does assembly versioning in .net prevent dll hell?
Explain how to perform remoting?
What are the security features in .net remoting?
What do you mean by passport authentication?
Define delegates and events?
What are the remotable objects in .net remoting?
Explain the differences between marshal by value and marshal by reference?
Is it a good design practice to distribute the implementation to remoting client?
what is Client-activated object in remoting?