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 the base class of Button control in .NET?

0 Answers  


What is reflection and what is it for?

0 Answers  


What is Delegate? Have ever used Delegates in your project.

1 Answers   Deloitte,


Tell me about secure socket layer? How to make use of the technology?

0 Answers  


What tools can I use to develop .net applications?

0 Answers  






Tell me what is serialization?

0 Answers  


What is the use of UML in .Net

0 Answers  


How can you clean up objects holding resources from within the code?

2 Answers   Wipro,


Explain acid properties?

1 Answers  


What is RunTime Polymorphism?

5 Answers   Deloitte, eClerx, Horizon, Intel, Pragna Technologies,


What is WSDL? Explain its architecture?

0 Answers   Amdocs,


Writing a Stored procedure to insert the values into a table

1 Answers  


Categories