What is Application Domain?
Answer / guest
Application domains provide a unit of isolation for the
common language runtime. They are created and run inside a
process. Application domains are usually created by a
runtime host, which is an application responsible for
loading the runtime into a process and executing user code
within an application domain. The runtime host creates a
process and a default application domain, and runs managed
code inside it. Runtime hosts include ASP.NET, Microsoft
Internet Explorer, and the Windows shell.
| Is This Answer Correct ? | 11 Yes | 0 No |
Can you create instance of a class which has private constructor?
Do you know what is the difference between an abstract class and an interface?
What's a windows process in .net?
Differences between namespace, class, assembly?
what is the keyword used for self reference?
Define marshling?
What is jit compilers?
Explain the difference between the while and for loop. Provide a .net syntax for both loops?
what is event inheritance and event delegation?
What security mechanisms to enforce for Authenticating and authorizing the users?
how do you retrieve the customized properties of a .NET application from XML .config file? Can you automate this process?
Explain the use of ‘this’ keyword in Java?