.Net Framework Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 443 Page Views: 

What is application domain?



Posted By: Avi Date: 14 October 2010 12:19:48 PM
 Answer:

Application domain is a mechanism to isolate executed applications so that they do not affect each other. Each application domain has its own virtual address space. Application domain is contained in system process.


Posted By: avibtech


Date: 14 October 2010 12:19:48 PM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image 80nwKh
Related Questions
.Net Framework : What type of pipes does the .Net framework supports?

What type of pipes does the .Net framework supports?

Anonymous pipes, named pipes
Category: .Net Framework Date: 10/14/2010 2:24:48 AM
.Net Framework : How do you overload a method?

How do you overload a method?

By giving new method the same name as existing one and changing the list of parameters (adding, remo....
Category: .Net Framework Date: 10/14/2010 1:41:49 AM
.Net Framework : What is difference between for and foreach?

What is difference between for and foreach?

Foreach loop iterates through given collection, for loop can iterate until check expression evaluat....
Category: .Net Framework Date: 10/14/2010 1:31:49 AM
.Net Framework : What new types comes with .NET framework 4?

What new types comes with .NET framework 4?

BigInteger, Complex
Category: .Net Framework Date: 10/13/2010 11:47:48 PM
.Net Framework : What are stream based XML processing tools?

What are stream based XML processing tools?

XmlWriter, XmlReader
Category: .Net Framework Date: 10/13/2010 10:54:49 PM