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
What is the difference between first and firstordefault?
what is c# command?
If c# destructors are so different to c++ destructors, why did ms use the same syntax?
Explain the clr triggers?
Can we declare class as protected?
Is string a class in c#?
write code for inserting and updating recoards in sql server database using connected architecture & records shoulds displayed in grid view ( use c# )
What is the difference between proc. Sent by val and by sub?
explain the features of static/shared classes.
Why do we need ienumerable in c#?
What is yield return in c#?
What are the Features in .net framework 1.1
What is serialization of data?
What is difference between sleep () and wait ()?
How to use the sreamReader class to read form a text file?