What's the difference btw the following methods in .NET remoting? RegisterWellknownServiceType() RegisterWellknownClientType() RegisterActivatedServiceType() RegisterActivatedClientType()
1 9789Post New Dot Net Remoting Questions
Explain the differences between marshal by value and marshal by reference?
What are the security measures exist for .net remoting in system.runtime.remoting?
Explain the Flow of remoting?
What is the difference between remoting and webservice?
Explain the types of .net remoting?
What are the difference between static assemblies and dynamic assemblies?
Garbage collector?s functionality on unmanaged code ?
Which one is better WebService and Remoting ?
What are the consideration in deciding to use .NET Remoting or ASP.NET Web Services?
Explain how can you automatically generate interface for the remotable object in .net with microsoft tools?
Explain how to directly call a native function exported from a dll?
What are the ways to configure remoting objects before client can use them?
Is it a good design practice to distribute the implementation to remoting client?
Explain the difference between the registerwellknownservicetype(), registerwellknownclienttype(), registeractivatedservicetype() and registeractivatedclienttype() in .net?
Define delegates and events?