what is CLR?

Discussion in 'C#' started by bulochc83, Jun 28, 2010.

  1. shiva0077

    shiva0077 Peon

    Messages:
    110
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #21
    common language run time is help to load and execute the programme.
     
    shiva0077, Jul 12, 2011 IP
  2. Warrichpk

    Warrichpk Banned

    Messages:
    192
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    28
    #22
    HELLO
    CLR stands for common language runtime
    This is runtime where the source code of an application is compiled into an intermediate language called CIL , originally known as MSIL and then this CIL code is translated into the native code of the operating system using a just-in-time (JIT) compiler
     
    Warrichpk, Jul 18, 2011 IP
  3. Kenank

    Kenank Peon

    Messages:
    11
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #23
    common language runtime, which runs the code and provides services that make the development process easier.
     
    Kenank, Aug 18, 2011 IP
  4. zinist

    zinist Banned

    Messages:
    91
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    43
    #24
    CLR stands for Common Language Runtime. It is execution environment where all .net application/programs get executed. It is the heart of .net framework
     
    zinist, Jun 27, 2015 IP
  5. K Padmapriya

    K Padmapriya Member

    Messages:
    53
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    38
    #25
    CLR means Common Language Routine is that programming that manages the execution of programs written in any language that uses .net framework.
     
    K Padmapriya, Nov 7, 2017 IP