1
Reply

How Can Source Code Convert Into MSIL?

Mohit Tyagi

Mohit Tyagi

14y
7.2k
0
Reply

    CLR converts the source code to MSIL .IL is a low level language that CLR understands.. after that IL is converted in to machine code by using the JIT compiler(Just In Time Compiler) during execution