Common Language Infrastructure: Difference between revisions

Content deleted Content added
mNo edit summary
mNo edit summary
Line 20:
}}
The '''Common Language Infrastructure''' ('''CLI''') is an open [[specification]] and [[technical standard]] originally developed by [[Microsoft]] and standardized by [[International Organization for Standardization|ISO]] ('''ISO/IEC 23271''') and [[Ecma International]] ('''ECMA 335''')<ref name="iso_iec_23271_2012">[http://www.iso.org/iso/home/store/catalogue_ics/catalogue_detail_ics.htm?csnumber=58046 ISO/IEC 23271:2012 - Information technology -- Common Language Infrastructure (CLI)]</ref><ref name="ecma_355_2012">[http://www.ecma-international.org/publications/standards/Ecma-335.htm Standard ECMA-335 - 6th edition (June 2012)]</ref> that describes executable code and a runtime environment that allows [[List of CLI languages|multiple high-level languages]] to be used on different [[Computing platform|computer platforms]] without being rewritten for specific architectures. This implies it is platform agnostic. The [[.NET Framework]], [[.NET Core|.NET]] and [[Mono (software)|Mono]] are implementations of the CLI.
The [[metadata]] format is also used to specify the [[API]] definitions is exposed by the [[Windows Runtime]].<ref>[https://www.microsoftpressstore.com/articles/article.aspx?p=2199428&seqNum=3 Introduction to Advanced Windows Store App Development using HTML5 and JavaScript | Microsoft Press Store]</ref><ref>[https://tirania.org/blog/archive/2011/Sep-15.html WinRT demystified - Miguel de Icaza]</ref>
 
==Overview==