Common Language Infrastructure: Difference between revisions

Content deleted Content added
m fixed grammar
m Overview: Making the sentence more fluent.
Line 25:
:Information about program structure is [[Language-independent specification|language-agnostic]], so that it can be referenced between languages and tools, making it easy to work with code written in a language the developer is not using.
;The Common Language Specification (CLS)
:AThe CLI should conform with the set of base rules to which any language targeting, thesince CLIthat should conformlanguage in order toshould interoperate with other CLS-compliant languages. The CLS rules define a subset of the Common Type System.
;The [[Virtual Execution System]] (VES)
:The VES loads and executes CLI-compatible programs, using the metadata to combine separately generated pieces of code at runtime.