What is CLR?

Discussion in 'C#' started by realistic, Dec 12, 2009.

  1. #1
    Respected all members,

    Want to know about CLR in .NET Technology in detailed.

    Thanks a lot in advance
     
    realistic, Dec 12, 2009 IP
  2. freshware

    freshware Peon

    Messages:
    427
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Hello Friend,

    The CLR is an agent of ASP.NET frame work that manages the code. The CLR provides various functions like manage memory, compilation, execution and other services. Below figure displays the Compilation and execution in system.
     
    freshware, Dec 12, 2009 IP
  3. webmaster8757

    webmaster8757 Member

    Messages:
    69
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #3
    CLR - Common Language Runtime.
    CLR is .NET equivalent of Java Virtual Machine (JVM). It is the runtime that converts a MSIL code into the host machine language code, which is then executed appropriately.
    Apart from this It alse includes following features like
    1)Memory management
    2)Thread Management
    3)Exception Handling
    4)Garbage Collection
    5)Security.
     
    webmaster8757, Dec 12, 2009 IP
  4. riyasharma

    riyasharma Peon

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    The CLR come languge rentime is an of ASP.NET frame work that manages the code. The CLR provides various functions like manage memory, compilation, execution and other services. Below figure displays the Compilation and execution in system.
     
    riyasharma, Dec 12, 2009 IP
  5. chanda

    chanda Peon

    Messages:
    155
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    clr is common language runtime used for memory management and garbage collection
     
    chanda, Aug 5, 2010 IP
  6. bhuppi890109

    bhuppi890109 Member

    Messages:
    1,337
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    48
    #6
    it is common language runtime, helping for excaption handling,memory management,garbage collection. .
     
    bhuppi890109, Aug 5, 2010 IP