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 ways to configure remoting objects before client can use them?
Difference between web services & remoting?
What is the difference between remoting and webservice?
What are different types of assemblies?
Which one is better WebService and Remoting ?
About Iunknown interface Queue ,its methods Query Interface Addref,Release and Explain each ?
What is the difference between the RegisterWellknownServiceType(), RegisterWellknownClientType(), RegisterActivatedServiceType() and RegisterActivatedClientType() in .net?
Can you pass SOAP messages through remoting?
Define delegates and events?
What are the consideration in deciding to use .NET Remoting or ASP.NET Web Services?
What are the types of remoting?
What are the information required to configure remote objects?
What is objref object in remoting?
Elaborate the term WebService and how it differ from Remoting?
What are the ways to renew lifetime leases of objects?