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).
Join MindStick Community
You need to log in or register to vote on answers or questions.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
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).