How Can Source Code Convert Into MSIL?
Mohit Tyagi
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