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 |
Explain what is the difference between encrypting a password and applying a hashing?
What are virtual destructures?
How to get the number after decimal point in .net?
What are Attributes in .NET?
explain the states of a window service application?
Give a brief introduction on side-by-side execution. Can two applications, one using private assembly and the other using the shared assembly be stated as side-by-side executables?
what is assembly?
asp mean
What are the benefits of Model-View-Controller Architecture?
How do you trigger the paint event in system.drawing?
Please explain when should you use .net web forms over asp.net mvc?
What is the difference between boxing and unboxing?