Common_Language_Infrastructure Common_Language_Infrastructure

Common Language Infrastructure - Definition and Overview

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.

CLR is intended as a competitor for the Java virtual machine, and the CLI as a competitor for the Java Software Development Kit (SDK).

External links

Example Usage of Infrastructure

jcsoccer12: @cjvazquez no, transportation Infrastructure is pretty arousing.
chadkluck: Another Comp Security article from CrossTalk, Journal of Defense Software Engr: Public Key Infrastructure: http://bit.ly/70Hdk3
_cyrus_: ♻ @opensuse: #opensuse News: Move of openSUSE Infrastructure Repositories http://bit.ly/67YInS
Copyright 2009 WordIQ.com - Privacy Policy  :: Terms of Use  :: Contact Us  :: About Us
This article is licensed under the GNU Free Documentation License. It uses material from the this Wikipedia article.