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

Explain serialization formatters in .net remoting

0 Answers  


What is an assembly and what does manifest consists ?

3 Answers   TCS,


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

0 Answers  


What are CAO's i.e. Client Activated Objects ?

1 Answers  


Explain the difference between the registerwellknownservicetype(), registerwellknownclienttype(), registeractivatedservicetype() and registeractivatedclienttype() in .net?

0 Answers  






About performance issues on retrieving records ?

1 Answers   DELL,


What is assembly ?

4 Answers   DELL, TCS,


What do you mean by passport authentication and windows authentication ?

5 Answers   TCS,


define client activated objects (cao)?

0 Answers  


What is unmanaged code?

0 Answers  


Define remotable objects in .net remoting?

0 Answers  


How can objects in two diff. App Doimains communicate with each other ?

1 Answers  


Categories