What is APP Domain? what is the main role of it? can we create custom APP Domain?

Questions by cwa.mca

Showing Answers 1 - 3 of 3 Answers

subodh agrawal

  • Dec 15th, 2006
 

The primary purpose of the AppDomain is to isolate an application from other applications. Win32 processes provide isolation by having distinct memory address spaces. The .NET runtime enforces AppDomain isolation by keeping control over the use of memory - all memory in the AppDomain is managed by the .NET, so the runtime can ensure the AppDomain do not access each other's memory.

Mob: +91 9873733728

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions