===== Common Language Runtime (CLR) ===== [[dido:public:ra:xapend:xapend.a_glossary:start| Return to Glossary ]] **Common Language Runtime (CLR)** is is a managed execution environment that is part of Microsoft’s .NET framework. CLR manages the execution of programs written in different supported languages. CLR transforms [[dido:public:ra:xapend:xapend.a_glossary:s:sourcecode|source code]] into a form of bytecode known as [[dido:public:ra:xapend:xapend.a_glossary:c:cil]]. At run time, CLR handles the execution of the CIL code. Source: [[https://www.techopedia.com/definition/5225/common-language-runtime-clr | Common Language Runtime (CLR) ]]