Tuesday, April 28, 2009

What is an IL?

  1. Intermediate Language
  2. IL is also known as MSIL (Microsoft Intermediate Language)
  3. All .NET source code is compiled by IL.
  4. It is converted to machine code at the point where the software is installed, or at run-time by a Just-In-Time (JIT) compiler.

No comments:

Post a Comment