How does an AppDomain get created ?
Interview question and answer by:
Bharathi Cherukuri | Posted on: 4/26/2012 | Category:
.NET Framework Interview questions | Views: 732 | |
Points: 40
Answer:
AppDomains are usually created by hosts (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.
Asked In: Many Interviews
|
Alert Moderator
Found interesting? Add this to: