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
Does c# replace c++?
what is IDisposal interface,IComparable,IEquatable,IFormatable
What is dataset c#?
Why hashtable is thread safe in c#?
I want to print "Hello" even before main() is executed. How will you achieve that?
What are the types of comments in c#?
Explain nullable types in c#?
How does one compare strings in c#?
2. What happened when BO object has been called?
What is a Command Object in C#?
In which order the constructor is called for an inherited class?
Why do canadians say zed?
Major difference between Basic httpbinding and WShttpbinding?
What is the difference between C# 3.5 and C# 4.0?
How will you deploy the dll file in gac?