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

What is meant fulltrust?

1 Answers  


What is multiThreading in .NET?

0 Answers  


What is SOAP? How you will do windows and forms authentication?

0 Answers   Wipro,


What is the difference between a debug and release build?

0 Answers  


What is marshling?

0 Answers  






Without UDDI, is it possible to access a remote web service ?

1 Answers   RR, TCS, Tech Mahindra,


Explain attributes in dot net?

0 Answers  


Explain what is heap and what is stack?

0 Answers  


What is the purpose of delegates in .net?

2 Answers  


Explain how com+ related to the dna architecture?

0 Answers  


What operating systems does the .net framework run on?

0 Answers  


How will you load an assembly which is not referenced by current assembly?

0 Answers  


Categories