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 |
What is Custom attribute? How to create? Namespace? If I'm having custom attribute in an assembly, how to say that name in the code? What is Reflection in .NET?
3 Answers Accenture, CC Soft, Infosys,
What is meant by managed and unmanaged code?
What does cil do?
How to manage pagination in a page using .net?
When we go for html server controls and when we go for web server controls?
What is meant by globalization and localization?
Which among the following two is best and why? Abstract Class and Interface. What is the major difference in between those two except the discrete methods and methods with function definition.
questions on various scenarios on exception handling? like for example.... try { a; b; ...exception occurs here...what happens...will catch execute or will finally execute...will c execute c; } catch { a; b; c; } fianlly { a; b; }
What are the types of assemblies in .net?
How can you assign an rgb color to a system.drawing.color object?
What are the different types of memory in .net?
How does u handle this COM components developed in other programming languages in .NET?