Page 5 of 11 FirstFirst 123456789 ... LastLast
Results 41 to 50 of 109

What is CLR?

This is a discussion on What is CLR? within the Programming forums, part of the Web Designing & Development category; CLR is an abbreviation for Common Language Runtime and is the most vital component of the .NET framework. The Common ...

  1. #41
    Junior Member Array
    Join Date
    Jan 2011
    Posts
    5

    Default Re: What is CLR?

    CLR is an abbreviation for Common Language Runtime and is the most vital component of the .NET framework. The Common Language Runtime (CLR) is a core component of Microsoft's .NET initiative. It is Microsoft's implementation of the Common Language Infrastructure.CLR takes care of the execution of code written in any .NET compatible language.
    [FONT=tahoma][SIZE=2]abendkleider[/SIZE][/FONT]

  2. #42
    Member Array
    Join Date
    Dec 2010
    Posts
    52

    Default Re: What is CLR?

    CLR main part of .Net technology.It is used to integrate all languages on .Net platform.CLR provide facility of conversion languages from one to another.

  3. #43
    Junior Member Array
    Join Date
    Feb 2011
    Posts
    21

    Default Re: What is CLR?

    CLR Common Language Run time and it forms the heart of .NET. All languages have autonomy and responsibility to ensure that the run time code to run the program. CLR has been described as execution engine of .NET. This CLR that manages the program and provides an environment for programs.

  4. #44
    Member Array
    Join Date
    Dec 2010
    Posts
    59

    Default Re: What is CLR?

    Common Language Runtime (CLR)

    The CLR is described as the "execution engine" of .NET. It provides the environment within which the programs run. It's this CLR that manages the execution of programs and provides core services, such as code compilation, memory allocation, thread management, and garbage collection. Through the Common Type System (CTS), it enforces strict type safety, and it ensures that the code is executed in a safe environment by enforcing code access security. The software version of .NET is actually the CLR version.

    When it is worked CLR:

    When the .NET program is compiled, the output of the compiler is not an executable file but a file that contains a special type of code called the Microsoft Intermediate Language (MSIL), which is a low-level set of instructions understood by the common language run time. This MSIL defines a set of portable instructions that are independent of any specific CPU. It's the job of the CLR to translate this Intermediate code into a executable code when the program is executed making the program to run in any environment for which the CLR is implemented. And that's how the .NET Framework achieves Portability. This MSIL is turned into executable code using a JIT (Just In Time) complier. The process goes like this, when .NET programs are executed, the CLR activates the JIT complier. The JIT complier converts MSIL into native code on a demand basis as each part of the program is needed. Thus the program executes as a native code even though it is compiled into MSIL making the program to run as fast as
    it would if it is compiled to native code but achieves the portability benefits of MSIL.

  5. #45
    Junior Member Array
    Join Date
    Feb 2011
    Posts
    5

    Default Re: What is CLR?

    It provides execution and compilation services. In the CLR manages the form of bytecode called Common intermediate language. In short it is called. net runtime.

  6. #46
    Junior Member Array
    Join Date
    Feb 2011
    Posts
    5

    Default Re: What is CLR?

    CLR be held for the common language runtime, and form the heart. NET. All language runtime and execution is to oversee the implementation of the program code. write code using CLR languages such as C # or VB.NET. Compilation. NET converts the CIL code for the sample code. Running the CLR compiler Just-in-time converts the CIL code from the code of the operating system.

  7. #47
    Junior Member Array
    Join Date
    Feb 2011
    Posts
    5

    Default Re: What is CLR?

    Developers using the CLR to write code in a language such as C # or VB.Net. At compile time, compiler. NET converts the code as in the CIL code. At runtime, the CLR compiler Just-in-time converts the CIL code into code native to the operating system. Otherwise, the CIL code can be compiled to native code in a separate step before execution.

  8. #48
    Junior Member Array
    Join Date
    Mar 2011
    Posts
    5

    Default Re: What is CLR?

    CLR is the abbreviation of the common language runtime is the most important part of . NET framework. All language has its run-time and run-time responsibility to take care of code execut.

  9. #49
    Senior Member Array
    Join Date
    Feb 2011
    Posts
    162

    Default Re: What is CLR?

    Quote Originally Posted by Jasey View Post
    The Common Language Runtime is the virtual machine component of Microsoft's .NET initiative.It is Microsoft's implementation of the Common Language Infrastructure standard,which defines an execution environment for program code.The CLR runs a form of bytecode called the Common Intermediate Language.Common Language Runtime manages the execution of code and provides different services like Garbage collection and support for Base Class Libraries etc.
    Thanks for sharing.It is new for me because I never use .NET.

  10. #50
    Junior Member Array
    Join Date
    Mar 2011
    Posts
    4

    Default Re: What is CLR?

    CLR is Common Language Runtime and is the most vital component of the structure. NET. All languages have runtime and it is the responsibility of the runtime to address the code execution.



Page 5 of 11 FirstFirst 123456789 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
SEO Forum | Web Hosting Forum | Websites For Sale |