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 is the difference between the RegisterWellknownServiceType(), RegisterWellknownClientType(), RegisterActivatedServiceType() and RegisterActivatedClientType() in .net?

0 Answers  


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

0 Answers  


What?s Singleton activation mode?

3 Answers  


How can you automatically generate interface for the remotable object in .NET with Microsoft tools?

1 Answers   Tavant Technologies, TCS, Tech Mahindra,


Explain the differences between marshal by value and marshal by reference?

0 Answers  


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

1 Answers  


Is it a good design practice to distribute the implementation to remoting client?

0 Answers  


How can you tell the application to look for assemblies at the locations other than its own install?

1 Answers  


What are the situations you will use singleton architecture in remoting ?

0 Answers  


What is strong name and what is the need of it ?

1 Answers   Digital GlobalSoft,


Garbage collector?s functionality on unmanaged code ?

0 Answers   DELL,


How to register a shared assembly ?

1 Answers   Digital GlobalSoft,


Categories