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 does jit compilation do in .net?
What?s Singleton activation mode?
What are the different.net tools which you used in projects?
What is the difference between Dataset and DataReader? Can u breif me ADO.net classes and architecture
Can we have same method with same name and signature using partial classes
What is view state?
What are channels in .NET Remoting?
What security mechanisms to enforce for Authenticating and authorizing the users?
How do you create threading in .NET? What is the namespace for that?
If we want to write a Windows service that cannot be paused, only started and stopped. How to accomplish that?
Explain the Scope of public/private/friend/protected/protected friend.
How do you turn off cookies for one page in your site?