Can you configure a .NET Remoting object via XML file?
Answer / venu
Yes, via machine.config and application level .config file
(or web.config in ASP.NET). Application-level XML settings
take precedence over machine.config.
| Is This Answer Correct ? | 6 Yes | 0 No |
What?s SingleCall activation mode used for?
What do mean by remotable objects in .net remoting?
What is unmanaged code?
What is the difference beween the registerwellknownservicetype() and registerwellknownclienttype()?
Define singlecall activation mode in .net remoting?
Define delegates and events?
Explain serialization formatters in .net remoting
What are the types of remotable objects?
How do you implement distributed applications in .net?
About performance issues on retrieving records ?
Can you explain remoting?
About .NET Remoting and types of remoting ?