Explain how can you automatically generate interface for the remotable object in .net with microsoft tools?
1011Post New Dot Net Remoting Questions
What are the information required to configure remote objects?
what are the requirements to enable remote components to interact each other?
How do you implement distributed applications in .net?
What is unboxing?
When should we choose .net remoting over .net web services?
Difference between .net remoting versus distributed com?
How can you configure a .net remoting object via xml file?
What are the ways to configure remoting objects before client can use them?
Define a process?
What are the ways to renew lifetime leases of objects?
What is the difference beween the registeractivatedservicetype() and registeractivatedclienttype()?
Define remotable objects in .net remoting?
Explain the difference between the registerwellknownservicetype(), registerwellknownclienttype(), registeractivatedservicetype() and registeractivatedclienttype() in .net?
What is the Difference between CAO and SAO in Remoting.
Will clr handle unmanaged code or not?