---
title: "what is the role of intermediate language in .net framework"  
description: "what is the role of intermediate language in .net framework"  
author: "Anonymous User"  
published: 2019-12-11  
updated: 2019-12-11  
canonical: https://www.mindstick.com/forum/145570/what-is-the-role-of-intermediate-language-in-dot-net-framework  
category: "c#"  
tags: [".net"]  
reading_time: 1 minute  

---

# what is the role of intermediate language in .net framework

[Please Explain](https://www.mindstick.com/forum/344/hi-rohith-i-am-new-for-mvc-please-explain-how-to-set-implicitly-isauthenticated-true) what is the [role](https://yourviews.mindstick.com/audio/1254/the-role-of-visualization-in-achieving-your-goals) of intermediate [language](https://www.mindstick.com/startup/28/preply-the-fast-growing-platform-transforming-language-learning) in .net framework.

## Replies

### Reply by Nishi Tiwari

**Intermediate language or common intermediate language also known as Microsoft intermediate language.** In .Net framework it plays an important role as it acts as an intermediate language between source code and machine code instruction. It is CPU independent set of instruction and can be converted to the native machine code with the help of **Just-in-Time (JIT) compiler**, during the runtime environment of Common Language Runtime (CLR).


---

Original Source: https://www.mindstick.com/forum/145570/what-is-the-role-of-intermediate-language-in-dot-net-framework

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
