.NET Application Domains
Details Related Types
Site:  C#Today
Original URL:  http://www.csharptoday.com/content/articles/20011127.asp
Summary:
One of the most important features of any multi-tasking and multi-user system is process or application isolation. When multiple applications are active on a single system, it is crucial that these applications are protected and isolated from one another, to avoid them causing any damage to each other. The unit of isolation under Windows has traditionally been at the process level. This has changed slightly under the .NET framework. The Common Language Runtime (CLR) provides a slightly finer grained layer of isolation known as Application Domains or App domains. In this article, we will explore the .NET runtimes support for application domains, and build a sample application that explicitly creates an application domain, and loads and executes an assembly in it.
System.AppDomain
System.AppDomainUnloadedException
System.EventArgs
System.Xml.XmlDocument
Ad
MBR BootFX
Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
 
 Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com