What is MSIL/IL/CIL in .NET framework ?

preview_player
Показать описание
MSIL (Microsoft Intermediate Language) or CIL (Common Intermediate Language) or IL (Intermediate language ) is the partially compiled code from .NET supported languages such as C#, VB.NET, F# etc. This code is generated by using Language compilers such CSC, VBC etc. Later this code is compiled to Machine code by using JIT compiler.
Рекомендации по теме
Комментарии
Автор

Wow, cool video. Brief and clear, thanks)

hurmaze
Автор

why use IL Code? why not c# Straight to managed code?

magus