Communiquez avec les autres et partagez vos connaissances professionnelles

Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.

Suivre

What's MSIL in .net framework?

user-image
Question ajoutée par Moaiad Hawash , Senior .Net Developer and Project System Analyst , Trainera
Date de publication: 2013/04/15
Kashif Akhter
par 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
par 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
par 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
par 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

Avez-vous besoin d'aide pour créer un CV ayant les mots-clés recherchés par les employeurs?