ابدأ بالتواصل مع الأشخاص وتبادل معارفك المهنية

أنشئ حسابًا أو سجّل الدخول للانضمام إلى مجتمعك المهني.

متابعة

What's MSIL in .net framework?

user-image
تم إضافة السؤال من قبل Moaiad Hawash , Senior .Net Developer and Project System Analyst , Trainera
تاريخ النشر: 2013/04/15
Kashif Akhter
من قبل 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
من قبل 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
من قبل 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
من قبل 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.

المزيد من الأسئلة المماثلة

هل تحتاج لمساعدة في كتابة سيرة ذاتية تحتوي على الكلمات الدلالية التي يبحث عنها أصحاب العمل؟