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 the difference between task and thread in .net?

1 Answers  


How do I use the thread pool?

1 Answers  


Do you know the difference between the stack and the heap?

1 Answers  


What is alias ? Is it used in .Net ?

1 Answers   MCN Solutions,


What is the difference between .net 2000 and .net 2005(features)? Which one is better?

1 Answers  


Explain the features that are common to all .Net languages.

1 Answers   Accenture,


Explain about .net?

1 Answers  


Explain how to redirect tracing to a file?

1 Answers  


when web.config file is being called or referenced?tell me about the searialized procedure followed in page loading.

1 Answers   AZTEC,


Explain clr, cts and cls?

1 Answers  


Is it possible implement webservices without SOAP?

2 Answers   HCL,


What is prerender event of a page?

3 Answers   C Squared Systems,


Categories