Answer Posted / venkateswrlu repala
Before discussing app domains..we have to know abt windows process and how it works.. windows process used to restrict and protect application while executing from unauthorised access ... unauthorized access means one application can not use resourses allocated to another application, and application belongs to one process can not directly communicate with other application etc. From .net2.0 a new concept introduced app domains . in this clr put 2 or more related applications in single windows process with out crossing the isolation rules. the applications belongs to different app domains of same process can communicate easily through clr.. one application can launch an app domain in the same process and communicate with it .
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Explain About .NET Framework
What does .length do in c#?
How the versioning applies to Assemblies or can you explain version numbers?
Is char * null terminated?
What is the diff between the System.Array.CopyTo() and System.Array.Clone()?
If dll and exe files are same it means you can deploy both the files in gac?
What are methods in C#?
Can a class be protected in c#?
Why we need get set property in c#?
Is as operator in c#?
What is an assembly loader?
What is access modifier in c#?
What does immutable mean in c#?
How does a while loop work?
How to generate strong name key file or which command is used to generated strong name key file?