Prev Next
Answers (2)
PARTH Dec 24, 2020 13:40
Answer:   The AppDomain class implements a set of events that enable applications to respond when an assembly is loaded, when an application domain will be unloaded, or when an unhandled exception is thrown.

DIVYA Dec 24, 2020 15:08
Answer:   Application domain is a light weight process which is a container for both data and code and provides secure boundary.CLR allows multiple .net applications to be run in one App domain.

Post Your Answer
Guest User

Not sure what solution is right for you?

Choose the right one for you.
Get the help of the experts and find a solution that best suits your needs.


Let`s Connect