what is application domain?

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


Please Help Members By Posting Answers For Below Questions

What is the difference between asp net and c#?

495


Can properties be overloaded in c#?

554


Can we extend sealed class in c#?

493


Explain the difference between object type and dynamic type variables in c#?

499


Is Facebook a desktop application?

471






What is sorted list in c#?

512


What is the delegates in c#?

514


What is the difference between c and c# programming?

449


Which are the loop types available in c#?

497


What is difference between continue and break in c#?

483


What is asenumerable in c#?

490


What is the difference between null and string empty in c#?

464


What is a console?

500


What are get and set in c#?

583


What is the role of the datareader class in ado.net connections?

514