What are the differences between Marshal by value and
Marshal by reference?
Answer Posted / bolisettyvaas
MBV:the server creates a value and send it to the Client .
MBR:The Server sends the reference of that value to the Client.
Is This Answer Correct ? | 15 Yes | 2 No |
Post New Answer View All Answers
What are the consideration in deciding to use .NET Remoting or ASP.NET Web Services?
What are the difference between static assemblies and dynamic assemblies?
What are the different types of channels used by .net remoting and which is the best one?
What are the different types of channels used by .net remoting?
How to directly call a native function exported from a dll?
Define the lease of the object?
Explain Singleton design pattern of Remoting?
What are static assemblies?
Explain how does assembly versioning in .net prevent dll hell?
How do you implement distributed applications in .net?
What are the remotable objects in .net remoting?
What does manifest consists?
What is the Difference between CAO and SAO in Remoting.
Elaborate the term WebService and how it differ from Remoting?
Is it a good design practice to distribute the implementation to remoting client?