What is Application Domain?



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

Post New Answer

More Dot Net General Interview Questions

Explain is the jit an interpreter?

0 Answers  


Explain the difference between the while and for loop. Provide a .net syntax for both loops?

0 Answers  


Explain the difference between constants and read-only variables?

0 Answers  


How to implement getcommon method in class a? Are you seeing any problem in the implementation?

0 Answers  


Explain the difference between managed and unmanaged code?

0 Answers  






What are the namespace available in .net?

0 Answers  


what is dotnet architecture? can anyone explain that.

1 Answers  


What are the contents of assembly?

4 Answers  


When should I use .net core?

0 Answers  


What is meant by globalization?

0 Answers  


for the textbox if i want to allow only numbers.what ever the characters u enter it should not take.which event u used?

5 Answers   IBM,


Explain how to produce an assembly?

0 Answers  


Categories