Directory

Encyclopedia

NodeWorks
                              ENCYCLOPEDIA

Link Checker

Home
Encyclopedia : C : CO : COM :

Common Language Infrastructure

 

Common Language Infrastructure

A common language infrastructure (CLI) is used in Microsoft .NET as the basis for running programs written in different programming languages. Before this, each language required its own runtime module for the compiled programs to run - Visual Basic required VBVM, Visual C++ versions prior to Visual C++.NET needed MSVCRT DLL. The common language infrastructure is an effort to unify the different runtime modules needed.

The CLI uses a class library and virtual machine, the Common Language Runtime (CLR) - note CLR is an official Microsoft term, and a number of books have been written on it. Many compilers are in development to produce code for this virtual machine. The code the virtual machine uses is expressed in a Common Intermediate Language (CIL), also known as Microsoft Intermediate Language (MSIL), a CPU-independent set of instructions that can be efficiently converted to native code. CIL can be thought of as a high level assembly language.

CIL is intended as a competitor for the Java bytecode, and the CLI/CLR as a competitor for the Java Runtime Environment (JRE).

For a list of languages which have compilers producing code for CLI, see :Category:.NET programming languages.

External links

  • Standard ECMA-335 Common Language Infrastructure
  • tutorial including MSIL by Aleksey Nudelman
  • CLR X JRE


  • NodeWorks boosts web surfing!
    Page Returned in 1.051 seconds - HTML Compressed 68.4%

    This article is from Wikipedia. All text is available
    under the terms of the GNU Free Documentation License.
     GNU Free Documentation License
    © 2008 Chamas Enterprises Inc.