What is an IL? Ans. Intermediate Language is also known as MSIL (Microsoft Intermediate Language) or CIL (Common Intermediate Language). All .NET source code is compiled to IL. IL is then converted to machine code at the point where the software is installed, or at run-time by a Just-In-Time (JIT) compiler. - Study24x7
Social learning Network
26 Apr 2023 12:13 PM study24x7 study24x7

What is an IL? Ans. Intermediate Language is also known as MSIL (Microsoft Intermediate Language) or CIL (Common Intermediate Language). All .NET source code is compiled to IL. IL is then converted to machine code at the point where the software is installed, or at run-time by a...

See more

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles