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 |
What is the difference between the RegisterWellknownServiceType(), RegisterWellknownClientType(), RegisterActivatedServiceType() and RegisterActivatedClientType() in .net?
How can you configure a .net remoting object via xml file?
What?s Singleton activation mode?
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?
How can objects in two diff. App Doimains communicate with each other ?
Is it a good design practice to distribute the implementation to remoting client?
How can you tell the application to look for assemblies at the locations other than its own install?
What are the situations you will use singleton architecture in remoting ?
What is strong name and what is the need of it ?
Garbage collector?s functionality on unmanaged code ?
How to register a shared assembly ?