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
Explain the difference between task and thread in .net?
Tell us what do the following acronyms in .net stand for: il, cil, msil, cli and jit?
What are the namespace available in .net?
How is .net able to support a lot of languages?
What is managed code and managed data in .net?
What does jit do?
Is there a way to suppress the finalize process inside the garbage collector forcibly in .net?
Explain the process of serialization in .NET?
What are the different types of Classes in .NET?
What is the concept of inheritance in .net?
What is Flyout Design Pattern in .NET?
How to spawn a thread?
What are the advantages of .net core?
What is .net assembly?
Explain code access security.