Can you configure a .NET Remoting object via XML file?
Answer / guest
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 ? | 0 Yes | 0 No |
How to spawn a thread?
Why inheritance is important?
Explain what do the terms “boxing” and “unboxing” mean?
Name some of the languages .NET support?
what is the keyword used for self reference?
What is RCW (Run time Callable Wrappers)?
How ccw (com callable wrapper) and rcw (runtime callable wrappers) works?
Give an example for setter/ write-only methods
Resource Files: How to use the resource files, how to know which language to use?
Differences between datagrid, datalist and repeater in .net?
What is .net code security?
What is garbage collection and how it works ?