When we use web service and when we use Remoting?

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


Please Help Members By Posting Answers For Below Questions

What are the security measures exist for .net remoting in system.runtime.remoting?

793


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

2488


What are the consideration in deciding to use .NET Remoting or ASP.NET Web Services?

1823


Types of compatabilities and explain them ?

2180


What is the difference beween the registeractivatedservicetype() and registeractivatedclienttype()?

718


Explain how to perform remoting?

715


What are the steps to publish an object outside the service domain

719


What are static assemblies and dynamic assemblies?

703


Explain how can you automatically generate interface for the remotable object in .net with microsoft tools?

733


Explain the hierarchial description of remoting?

695


How to directly call a native function exported from a dll?

744


Write a example code for remoting?

734


Explain the types of .net remoting?

789


Define singlecall activation mode in .net remoting?

730


Are you aware of containment and Aggregation ?

2884