17
Reply

Msil stands for what ?

Sandeep Kumar

Sandeep Kumar

Dec 27, 2015
879
0

    Microsoft Intermediate Language(MSIL).When a .net program is compiled,compiler creates MSIL code,this code is converted according to microsoft understandable instructions without considering operating system.

    Kiranteja Jallepalli
    December 28, 2015
    1

    Msil stands for Microsoft intermediate language.

    Sandeep Kumar
    December 27, 2015
    1

    Microsoft Intermediat language

    Mukesh Kumar
    September 03, 2017
    0

    MicroSoft Intermediate Language

    Vineet Kumar
    January 13, 2017
    0

    Microsoft Intermediate Language

    Rajendra Mote
    August 26, 2016
    0

    Microsoft Intermediate Language

    Rajendra Mote
    August 26, 2016
    0

    MSIL stands for Microsoft Intermediate Language. Which is used to convert our code to machine language.

    Vishal Jadav
    August 09, 2016
    0

    Microsoft Intermediate Language

    Ritesh Singh
    August 04, 2016
    0

    Microsoft intermediate language

    Microsoft intermediate language.

    Vivek Kumar
    March 24, 2016
    0

    When we compile .net code we don't know in what enviroment it will run.So it is converted into machine independent intermediate language called IL.Clr converts this IL code to machine specific code using JIT compiler

    Rajeev Punhani
    January 27, 2016
    0

    Microsoft Intermediate Language

    Anil Kumar Murmu
    January 13, 2016
    0

    Microsoft Intermediate Language(MSIL).When a .net program is compiled,compiler creates MSIL code,this code is converted according to microsoft understandable instructions without considering operating system.

    Kml Surani
    January 09, 2016
    0

    Microsoft Intermediate Language(MSIL).When a .net program is compiled,compiler creates MSIL code,this code is converted according to microsoft understandable instructions without considering operating system.

    Kml Surani
    January 09, 2016
    0

    MSIL = Microsoft intermediate languageWhen we compile .net code it is converted into MSIL code then it is converted by CLR to machine level language.

    Rajesh Singh
    December 28, 2015
    0

    Microsoft Intermediate Language. All .net code are compiled to MSIL and then converted to native machine code by CLR on run time.

    krishna samy
    December 28, 2015
    0

    Microsoft Intermediate Language

    Ravi Patel
    December 28, 2015
    0