What is appdomain in c#?



What is appdomain in c#?..

Answer / Sachin Kuar

AppDomain is a logical partition of memory in the .NET runtime. It provides isolation for an application and its assemblies, allowing multiple applications to run within the same process without interfering with each other.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Which is better python or c#?

1 Answers  


What is jit? What are the different types of jit?

1 Answers  


How to use exception handling in stored procedure?

1 Answers   Wipro,


What is the difference b/w Arry.copy() and array.clone() method?

6 Answers  


What is a constructor in c#?

4 Answers  


What is dictionary class in c#?

1 Answers  


What is the difference between list and arraylist c#?

1 Answers  


Expalin the way you implement inheritance by using VB.NET/C#?

1 Answers   Siebel,


Are multiple data types stored in System.Array?

1 Answers   Siebel,


What is class sortedlist underneath?

1 Answers  


Can bool be null c#?

1 Answers  


What is a class level variable in c#?

1 Answers  


Categories