Answered Questions

  • CLR

    What does CLR do after the IL is generated and machinelanguage is generated .Will it look for main method ?

    v_n_r

    • Dec 23rd, 2009

    Once IL and Machine Language is generated, by using CLR, JIT(just in time) compiles the IL files, where it converts the code to Operating System understandable.CLR translates this MSIL code ...