What is an IL in (dot).net?

Asked 7 years ago
Viewed 560 times

0

What is an IL in (dot).net?


1 Answer


0

IL in .NET
In .Net programming language IL (Intermediate Language) is used to generate machine-independent code after compilation of the source code written in any .NET programming language. It is based on the object-oriented programming language that is used by the compiler for creating static or dynamic content.

What is an IL in (dot).net?
Generally, Intermediate language is a stack-based programming language that converts the bytecode to machine code during the execution of a program.

answered 6 years ago by Arti Mishra

Your Answer