Common Language Infrastructure

What Does Common Language Infrastructure Mean?

Common Language Infrastructure (CLI) is a Microsoft specification for running high-level language program applications in different computer systems without changing the application code. CLI is based on the Microsoft .NET concept that some high-level language programs require modifications due to system hardware and processing constraints.

Advertisements

CLI compiles applications as Intermediate Language (IL), which is automatically compiled as native system code. This approach allows applications to run without code rewrites in limited systems.

Techopedia Explains Common Language Infrastructure

CLI components are as follows:

  • Common Type System (CTS): The CLI core model. Provides support for a broad range of programming language data types often referenced by different compilers. Metadata: Known as data about data. A mechanism between various tools, such as compilers and debuggers, and the Virtual Execution System (VES). Defines metadata for CTS data types.
  • Common Language Specification (CLS): A basic set of rules for any compiling language according to CLI standards.
  • Virtual Execution System (VES): Loads and runs CLI programs and implements the CTS model. Provides services required for managing code and data. Uses late binding metadata to connect related run-time modules.

CLI advantages are as follows:

  • Defines a consistent programming model. For example, a .NET program is syntactically similar to C.NET or VB.NET and follows the same essential steps when accessing and obtaining data.
  • Administrators may define and reinforce security by limiting data access and ensuring user authenticity.
  • Implements protocols like HTTP, Transmission Control Protocol/Internet Protocol (TCP/IP), Simple Object Access Protocol (SOAP) and Extensible Markup Language (XML), providing technology compatibility with added security layers.
  • Allows users to separate application presentation logic and business logic for increased maintenance and portability.
Advertisements

Related Terms

Latest Containers & Virtualization Terms

Related Reading

Margaret Rouse

Margaret Rouse is an award-winning technical writer and teacher known for her ability to explain complex technical subjects to a non-technical, business audience. Over the past twenty years her explanations have appeared on TechTarget websites and she's been cited as an authority in articles by the New York Times, Time Magazine, USA Today, ZDNet, PC Magazine and Discovery Magazine.Margaret's idea of a fun day is helping IT and business professionals learn to speak each other’s highly specialized languages. If you have a suggestion for a new definition or how to improve a technical explanation, please email Margaret or contact her…