Marcus
What is application domain?
By Marcus in ASP.NET on Jul 05 2011
  • Sanjay Dwivedi
    Oct, 2013 24

    An Application Domain is used to isolate applications from one to another.Same way an operating system work. Separation is required so that application do not affect one another.Operating systems and runtime environments typically provide some form of isolation between applications. For example, Windows uses processes to isolate applications. This isolation is necessary to ensure that code running in one application cannot adversely affect other, unrelated applications. Application domains provide an isolation boundary for security, reliability, and versioning, and for unloading assemblies. Application domains are typically created by runtime hosts, which are responsible for bootstrapping the common language runtime before an application is run.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS