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 |
Explain how to directly call a native function exported from a dll?
What is the difference between remoting and webservice?
How can you configure a .net remoting object via xml file?
How are the activation URLs different in case of SAO and CAO in .NET remoting?
write a example for remoting (code)
Explain marshalling and its types in .net remoting
How do you reference to a private & shared assembly ?
Will clr handle unmanaged code or not?
What are dynamic assemblies?
What are various types of assemblies ?
What is unboxing?
What are the security measures exist for .net remoting in system.runtime.remoting?