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
When should we choose .net remoting over .net web services?
What is the difference beween the registeractivatedservicetype() and registeractivatedclienttype()?
When do we use delegates in your remoting applications?
Explain the types of .net remoting?
What is fundamental of published or precreated objects in remoting?
Which Namespaces is used to achieve the Remoting?
Explain the differences between marshal by value and marshal by reference?
What are the information required to configure remote objects?
Explain the difference between the registerwellknownservicetype(), registerwellknownclienttype(), registeractivatedservicetype() and registeractivatedclienttype() in .net?
Hello, I want to connect a system in LAN and i want to access that.When ever i am moving a mouse in my desktop the similar thing have to happend in the another system in which i have connected. I need coding for this in c# and .NET . any one please help me.It is very urgent to me Advance thanks. my email id:manojkumarchallagundla@gmail.com
Define singlecall activation mode in .net remoting?
What are the consideration in deciding to use .NET Remoting or ASP.NET Web Services?
What does manifest consists?
What is the Difference between CAO and SAO in Remoting.
Explain how to directly call a native function exported from a dll?