compilers in .net frame work

Aug 26 2008 5:50 AM

when using c # or any such language which is the source code supported by .netframework is compiled to intermediate language by c# compiler which later on compiled to machine code by just in time compiler. my question is, is c# compiler a part of common language runtime which inturn a part of .netframe work. if not can anyone explain this definition for clr;

clr is an engine that compiles source code into  microsoft intermediate language which later on compilation by jit compiler get converted to native code


Answers (1)