This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
dido:public:ra:xapend:xapend.a_glossary:c:clr [2021/07/29 14:17] murphy |
dido:public:ra:xapend:xapend.a_glossary:c:clr [2021/10/04 13:40] (current) 50.19.247.197 ↷ Links adapted because of a move operation |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ===== Common Language Runtime (CLR) ===== | ===== Common Language Runtime (CLR) ===== | ||
| - | [[dido:public:ra:xapend:xapend.a_glossary| Return to Glossary ]] | + | [[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. | **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 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. | + | 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) ]] | Source: [[https://www.techopedia.com/definition/5225/common-language-runtime-clr | Common Language Runtime (CLR) ]] | ||