---
title: "What is Intermediate Language(IL) in .NET Framework?"  
description: "What is Intermediate Language(IL) in .NET Framework?"  
author: "Anonymous User"  
published: 2010-10-20  
updated: 2020-09-21  
canonical: https://www.mindstick.com/interview/64/what-is-intermediate-language-il-in-dot-net-framework  
category: ".net"  
tags: [".net"]  
reading_time: 1 minute  

---

# What is Intermediate Language(IL) in .NET Framework?

When the code is compiled, the compiler translates your code into Microsoft intermediate language (MSIL). The common language runtime includes a JIT compiler for converting this MSIL code to native code.

## Answers

### Answer by Pushpendra Singh

When the code is compiled, the compiler translates your code into Microsoft intermediate language (MSIL). The common language runtime includes a JIT compiler for converting this MSIL code to native code.


---

Original Source: https://www.mindstick.com/interview/64/what-is-intermediate-language-il-in-dot-net-framework

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
