Related resources for application domain
  • How To Execute An Application In A Remote Application Domain10/2/2023 9:03:50 PM. This article explains executing an application in a remote application domain.Executing an application in a remote application domain involves creating a separate isolated environment within the same
  • Unloading Assemblies in C#12/22/2020 4:23:07 AM. This article shows how to unload Application Domain you've just created, as there is no way to unload Assembly themselves.
  • CLR Internals - Process and Application Domain12/3/2020 6:36:44 AM. In this article, you‘ll drill deeper into the details of how an assembly is hosted by the CLR and come to understand the relationship between application domain (appdomain) and processes.
  • Understanding Process, Application Domain And Assemblies11/10/2020 7:11:31 AM. We usually come across these terms: Process, Application Domain or App Domain, Assemblies. It is good to have a basic knowledge of these terms and how each one is related to each other.
  • Groundwork For .NET Interview7/22/2018 2:07:32 AM. This article covers the basic high-level concepts on .net for getting up to speed the interview.
  • Application Domains in C# 3/11/2010 11:03:56 PM. In this article I will explain you about Application Domains in C#.
  • AppDomain concept in ASP.Net7/5/2009 11:34:46 PM. This article explains about the concept of an Application Domain which is shortly known as AppDomain.
  • ASP.Net Page Life Cycle5/16/2006 6:53:23 AM. This article explains simple ASP.NET web page execution in depth.
  • Remote Objects: Part II1/5/2006 3:44:13 AM. This article shows how to create a remote server and MDI window Remote Client using remote object. The remote server can be used as Auction Server and Real Time Data and News Server.