An application domain is a logical isolation boundary created around
.NET applications so that applications do not access or affect each
other. It is a light-weight process having its own set of code, data,
and configuration settings. Application domains are created by the
runtime hosts, which are invoked by the common language runtime (CLR) to
load the applications that need to be executed.
No comments:
Post a Comment