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 |
Please explain what is reflection and what is it for?
How does you handle this COM components developed in other programming languages in .NET?
What are the new 2.0 features useful for?
Give an example program for Getter /read-only methods in JAVA
Explain what is the difference between a class and an object, and how do these terms relate to each other?
Is atl redundant in the .net world?
What is meant by globalization and localization?
What is close method? How its different from finalize and dispose?
What is il and c#?
What do the terms “boxing” and “unboxing” mean?
How can you turn-on and turn-off cas?
Please explain is the jit an interpreter?