Start networking and exchanging professional insights

Register now or log in to join your professional community.

Follow

What's MSIL in .net framework?

user-image
Question added by Moaiad Hawash , Senior .Net Developer and Project System Analyst , Trainera
Date Posted: 2013/04/15
Kashif Akhter
by Kashif Akhter , VP - Wing Head Application Development , National Bank of Pakistan

Microsoft Intermediate Language, An intermediate language understands by the Just In Time (Compiler For .NET).
When compiling to managed code, the .NET Common Language Runtime compiler translates your source code into Microsoft intermediate language.
Furthermore the .NET Just In Time compiler will convert that code into computer native code.
Please visit the below mentioned link for more.....
http://msdn.microsoft.com/en-us/library/c5tkafs1%28v=vs.71%29.aspx

MOHAMED MAHMOUD EISSA
by MOHAMED MAHMOUD EISSA , Software department MGR. and Senior developer , Global Media Services GMS

The Microsoft Intermediate Language (MSIL) is an old name of the Common Intermediate Language (CIL) that was used in the bete releases.

(CLI) previously known as (MSIL) is the lowest-level human-readable programming languagede fined by the Common Language Infrastructure (CLI) specification and is used by the .NET Framework and Mono Languages which target a CLI-compatible runtime environment compile to CIL, which is assembled into an object code that has a bytecode-style format. CIL is an object-oriented assembly language, and is entirely stack-based. Its bytecode is translated into native code or — most commonly — executed by a virtual machine

Mai Sheikh Al Ghannameh
by Mai Sheikh Al Ghannameh , ASP.NET Instructor , Coded Academy

MSIL : (Microsoft Intermediate language) is machine independent code generated by .NET framework after the compilation of program written in any language by you.

Bowsil Ameen
by Bowsil Ameen , Sharepoint Development officer / architect , Etihad Airways

(IL)Intermediate Language is also known as MSIL (Microsoft Intermediate Language) or CIL(Common Intermediate Language). All .NET source code is compiled to IL. This IL is thenconverted to machine code at the point where the software is installed, or at run-time by a Just-In-Time (JIT) compiler.

More Questions Like This

Do you need help in adding the right keywords to your CV? Let our CV writing experts help you.