what is the diff between remoting and webservice



what is the diff between remoting and webservice..

Answer / suresh

1. Web service is to achieve cross-platform interoperability where as .NET Remoting desgined expressly for .NET -to- .NET communications.
2. .NET Remoting would offer best performance for communicating .NET applications where as web services wouldn't
in this case.

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More Dot Net Remoting Interview Questions

What are channels in .NET Remoting?

1 Answers  


About .NET Remoting and types of remoting ?

2 Answers   MMTS, SunGard,


When we use web service and when we use Remoting?

2 Answers  


About Iunknown interface Queue ,its methods Query Interface Addref,Release and Explain each ?

0 Answers   DELL,


What is asynchronous programming?

0 Answers  


Define singlecall activation mode in .net remoting?

0 Answers  


How do you define the lease of the object?

1 Answers  


When do we use delegates in your remoting applications?

0 Answers  


What is a formatter in .net remoting?

0 Answers  


Define the lease of the object?

0 Answers  


What is the difference between .Net Remoting and Web Services ?

1 Answers  


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

0 Answers  


Categories