1.

How Does An Appdomain Get Created?

Answer»

AppDomains are usually created by HOSTS. Examples of hosts are the Windows Shell, ASP.NET and IE. When you run a .NET application from the command-line, the host is the Shell. The Shell creates a NEW AppDomain for every application. AppDomains can also be EXPLICITLY created by .NET applications

AppDomains are usually created by hosts. Examples of hosts are the Windows Shell, ASP.NET and IE. When you run a .NET application from the command-line, the host is the Shell. The Shell creates a new AppDomain for every application. AppDomains can also be explicitly created by .NET applications



Discussion

No Comment Found