Answer Posted / 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 |
Post New Answer View All Answers
Does .net supports destructors concept?
Describe the Managed Execution Process
What are the namespace available in .net?
What is the difference between asp.net and asp?
Should I use readerwriterlock instead of monitor.enter/exit?
State the differences between the dispose() and finalize().
Explain the main components in .net?
What is managed code execution?
can any one tel me the complete Testing Procedure of any one simple PROJECT i mean either web/windows based application?
Please explain what are an object and a class?
What is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?
Explain what is an anonymous method and how is it different from a lambda expression?
What are the differences between user control and server control?
What are the similarities and difference between class and structure in .net?
why you wouldn't want to write into it even if you could