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 how to directly call a native function exported from a dll?

0 Answers  


What is the difference between remoting and webservice?

0 Answers  


How can you configure a .net remoting object via xml file?

0 Answers  


How are the activation URLs different in case of SAO and CAO in .NET remoting?

0 Answers  


write a example for remoting (code)

2 Answers   Mind Tree,






Explain marshalling and its types in .net remoting

0 Answers  


How do you reference to a private & shared assembly ?

1 Answers   Digital GlobalSoft,


Will clr handle unmanaged code or not?

0 Answers  


What are dynamic assemblies?

0 Answers  


What are various types of assemblies ?

1 Answers   TCS,


What is unboxing?

0 Answers  


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

0 Answers  


Categories