Dear Sir/Madam, I am bit confused that when we execute the code of any language (like c#,
VB etc.) in .NET then the source code is first converted to MSIL, and further this MSIL code is converted into the Native code by JIT (Just In Time) compiler.
So when we convert the source code to MSIL code then which compiler is used???? Is there any compiler in CLR (common language runtime) or CLR do this work by own???
Please suggest me!!!!