---
title: "What is managed code?"  
description: "What is managed code?"  
author: "Pushpendra Singh"  
published: 2010-10-25  
updated: 2020-09-16  
canonical: https://www.mindstick.com/interview/146/what-is-managed-code  
category: ".net"  
tags: [".net"]  
reading_time: 1 minute  

---

# What is managed code?

The .NET Framework provides a run-time environment called the Common Language Runtime, which manages the execution of code and provides services that make the development process easier. Compilers and tools expose the runtime's functionality and enable you to write code that benefits from this managed execution environment. The code that runs within the common language runtime is called managed code.

## Answers

### Answer by Pushpendra Singh

The .NET Framework provides a run-time environment called the Common Language Runtime, which manages the execution of code and provides services that make the development process easier. Compilers and tools expose the runtime's functionality and enable you to write code that benefits from this managed execution environment. The code that runs within the common language runtime is called managed code.


---

Original Source: https://www.mindstick.com/interview/146/what-is-managed-code

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
