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 security measures exist for .net remoting in system.runtime.remoting?
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
What are the consideration in deciding to use .NET Remoting or ASP.NET Web Services?
Types of compatabilities and explain them ?
What is the difference beween the registeractivatedservicetype() and registeractivatedclienttype()?
Explain how to perform remoting?
What are the steps to publish an object outside the service domain
What are static assemblies and dynamic assemblies?
Explain how can you automatically generate interface for the remotable object in .net with microsoft tools?
Explain the hierarchial description of remoting?
How to directly call a native function exported from a dll?
Write a example code for remoting?
Explain the types of .net remoting?
Define singlecall activation mode in .net remoting?
Are you aware of containment and Aggregation ?