---
title: "Explain the Application Domain in .NetFramework?"  
description: "Explain the Application Domain in .NetFramework?"  
author: "Sumit Kesarwani"  
published: 2013-06-15  
updated: 2020-09-20  
canonical: https://www.mindstick.com/interview/1775/explain-the-application-domain-in-dot-netframework  
category: ".net"  
tags: [".net"]  
reading_time: 1 minute  

---

# Explain the Application Domain in .NetFramework?

Application Domain will isolate applications that are running on same computer. Application domains will provide more secure and versatile unit of processing that CLR can use to provide isolation between applications.

## Answers

### Answer by Sumit Kesarwani

Application Domain will isolate applications that are running on same computer. Application domains will provide more secure and versatile unit of processing that CLR can use to provide isolation between applications.


---

Original Source: https://www.mindstick.com/interview/1775/explain-the-application-domain-in-dot-netframework

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
