1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

what is CLR?

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

  1. #1
    give me detail.thank you
     
    bulochc83, Jun 28, 2010 IP
  2. ksrao

    ksrao Peon

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Hi,
    The .Net frame work presents a common , unified foundation that can be used by developers writing all types of applications. This frame work includes the following elements
    1. Common Language Runtime ( CLR)
    2. Base Class Library
    CLR :
    (a) .NET frame work supports multiple development languages including visual c#, VB,Visual J# ..etc
    (b) Regard less of all language, all .NET applications depend on a function called the Common Language Runtime.
    (c) CLR provides common set of data types, common deployment run time models, and common basic facilities such
    as memory management or thread handling.
    (d) It provides memory management services.
    (e) The purpose of CLR is to simplify programming regardless of programming languages, and to make it easier to connect
    software components together to produce a reliable high performance application.

    Thanks
    KOLLA SANJEEVA RAO
     
    ksrao, Jun 28, 2010 IP
  3. bibinsmk

    bibinsmk Active Member

    Messages:
    205
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #3
    CLR

    When we combile the application in .net. It will convert the source code to an intermediate language. This will help language interoperability in .net.
     
    bibinsmk, Jun 29, 2010 IP
  4. bitstream

    bitstream Peon

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Common Language Runtiome
     
    bitstream, Jul 4, 2010 IP
  5. m2hmonique

    m2hmonique Peon

    Messages:
    41
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Hello,

    CLR stands for Common Language Runtime. It's the runtime environment of .Net Framework. It has one component called
    JIT (Just in time translator) which is responsible for translating code from MSIL To Native code.
     
    m2hmonique, Jul 4, 2010 IP
  6. bulochc83

    bulochc83 Peon

    Messages:
    260
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    thanks for your all sharing information........
     
    bulochc83, Jul 7, 2010 IP
  7. Employwise

    Employwise Peon

    Messages:
    15
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    CLR is a core component of Microsoft's .NET initiative, it is responsible for Memory management, Thread management,Exception handling ,Garbage collection ,Security in Dot Net framework. CLR contains collection of JIT (just in time) compilers. JIT converts the IL (intermediate language)code to Dot Net native code.
     
    Employwise, Jul 23, 2010 IP
  8. Amitoops

    Amitoops Well-Known Member

    Messages:
    1,388
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    148
    #8
    CLR stands for common language routin but some times it was used in diffrent places like in c language,it was used for clear screen.
     
    Amitoops, Aug 2, 2010 IP
  9. RonBrown

    RonBrown Well-Known Member

    Messages:
    934
    Likes Received:
    55
    Best Answers:
    4
    Trophy Points:
    105
  10. razet93

    razet93 Greenhorn

    Messages:
    38
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #10
    The .NET Framework provides a run-time environment called the common language runtime, which runs the code and provides services that make the development process easier.
     
    razet93, Aug 12, 2010 IP
  11. mahirs

    mahirs Peon

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #11
    Is difficult to write SQL queries.
     
    mahirs, Aug 15, 2010 IP
  12. chanda

    chanda Peon

    Messages:
    155
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #12
    clr is stand for common language runtime. .it is used to manage exaption handling,memory management etc.
     
    chanda, Aug 19, 2010 IP
  13. prkishnani

    prkishnani Peon

    Messages:
    164
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #13
    Hi.............
    Common Runtime Language is shortly known as CLR, The CLR is a multi-language execution environment. There are currently over 15 compilers being built by Microsoft and other companies that produce code that will execute in the CLR. That means you can wright code using different programing language on a single platform.
    The CLR is described as the "execution engine" of .NET. It's this CLR that manages the execution of programs. It provides the environment within which the programs run.

    Web Designer | Real Estate Web Design
     
    prkishnani, Nov 8, 2010 IP
  14. teamaguilar

    teamaguilar Peon

    Messages:
    197
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #14
    Common Language Runtime is the engine that compiles the source code in to an intermediate language. This intermediate language is called the Microsoft Intermediate Language.During the execution of the program this MSIL is converted to the native code or the machine code. This conversion is possible through the Just-In-Time compiler.
    Since the CLR compiles the source code to an intermediate language, it is possible to write the code in any language of your choice. This is a major advantage of using the .Net framework.
     
    teamaguilar, Nov 21, 2010 IP
  15. nasul

    nasul Peon

    Messages:
    102
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #15
    A car? Just joking, CLR means Common Language Runtime.
     
    nasul, Nov 21, 2010 IP
  16. michaelhomas83

    michaelhomas83 Peon

    Messages:
    141
    Likes Received:
    0
    Best Answers:
    1
    Trophy Points:
    0
    #16
    hmm i agree all above suggestion CLR is a common language runtime .it use in .net for Execution program.
     
    michaelhomas83, May 12, 2011 IP
  17. AstarothSolutions

    AstarothSolutions Peon

    Messages:
    2,680
    Likes Received:
    77
    Best Answers:
    0
    Trophy Points:
    0
    #17
    And I am sure, a year on the original poster really is still looking for the answer!
     
    AstarothSolutions, May 13, 2011 IP
  18. unknownpray

    unknownpray Active Member

    Messages:
    3,831
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    70
    #18
    Common Language Runtime ( CLR) CLR provides common set of data types, common deployment run time models, and common basic facilities suchas memory management or thread handling.
    It provides memory management services.
    The purpose of CLR is to simplify programming regardless of programming languages.
    To make it easier to connectsoftware components together to produce a reliable high

    performance application.
     
    unknownpray, Jun 25, 2011 IP
  19. niravp.amarinfotech

    niravp.amarinfotech Peon

    Messages:
    24
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #19
    CLR stands for common language runtime
     
    niravp.amarinfotech, Jun 28, 2011 IP
  20. amkeabhi123

    amkeabhi123 Member

    Messages:
    219
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    28
    #20
    clr is common language runtime ,it manged code and unmanged code.
     
    amkeabhi123, Jun 29, 2011 IP