Recently i attentened an interview.I have been asked to explain the "Application Domain" and the special purpose about the introduction of "application domain".
I explained :
AppDomain is a runtime representation of a logical process withing a physical process (win32) managed by CLR.
Special purpose :
Keeps high level application isolation ;fall down of one AppDomain never interrupt othe AppDomain.
But still the interviewer expects lots from me ? what are the additional points could i add further?
Thanks.