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

Does c# replace c++?

709


what is IDisposal interface,IComparable,IEquatable,IFormatable

629


What is dataset c#?

590


Why hashtable is thread safe in c#?

587


I want to print "Hello" even before main() is executed. How will you achieve that?

593






What are the types of comments in c#?

644


Explain nullable types in c#?

627


How does one compare strings in c#?

620


2. What happened when BO object has been called?

1637


What is a Command Object in C#?

636


In which order the constructor is called for an inherited class?

627


Why do canadians say zed?

637


Major difference between Basic httpbinding and WShttpbinding?

670


What is the difference between C# 3.5 and C# 4.0?

623


How will you deploy the dll file in gac?

577