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 typical about a windows process in regards to memory allocation in dot net?

0 Answers  


What are the difference bbetween value type & reference types ? Example from .net. Integer & struct are value types or reference types in .net?

0 Answers  


1.What is the major advantage of polymorphism? Please don't simply say binding. Specify any other reason.

2 Answers   247Customer,


what is assembly?

2 Answers   Manhattan,


What are the advantages of .net core?

0 Answers  






Types of evidence in .net with context to CAS

0 Answers  


What property do you have to set to tell the grid which page to go to when using the Pager object?

2 Answers   Siebel,


What is a windows process in .net?

0 Answers  


What security mechanisms to enforce for Authenticating and authorizing the users?

1 Answers  


what are connection strings?

0 Answers   Manhattan, RTRT,


What are the deferred execution and the immediate execution in linq?

0 Answers  


How is .net able to support a lot of languages?

0 Answers  


Categories