Can you configure a .NET Remoting object via XML file?
Answer Posted / 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 |
Post New Answer View All Answers
Please explain what is the difference between a class and an object?
What are the important components of .net?
What is immutability?
What are the features of dot net?
What do the terms “boxing” and “unboxing” mean?
What is 3 tier architecture?
With these events, why wouldn't microsoft combine invalidate and paint, so that you wouldn't have to tell it to repaint, and then to force it to repaint?
Explain what is an application domain?
Difference abstract class and interface in .net?
What is the benefit of .net core?
How can you assign an rgb color to a system.drawing.color object?
Explain what do the terms “boxing” and “unboxing” mean?
How is threading done in .net?
What's the problem with .net generics?
How to implement CAS in .Net?