.NET Framework – link to Language code

It is not possible to add the new link because it would replace an existing, longer link.

Line 3: Line 3:
.NET Framework includes the Common Language Runtime (CLR). It serves as the execution engine of .NET Framework and offers many services such as [[memory management]], [[type safety]], [[exception handling]], [[garbage collection (computer science)|garbage collection]], security and [[thread management]]. All programs written for .NET Framework are executed by the CLR.
.NET Framework includes the Common Language Runtime (CLR). It serves as the execution engine of .NET Framework and offers many services such as [[memory management]], [[type safety]], [[exception handling]], [[garbage collection (computer science)|garbage collection]], security and [[thread management]]. All programs written for .NET Framework are executed by the CLR.


Programs written for .NET Framework are compiled into [[Common Intermediate Language|Common Intermediate Language code]] (CIL), as opposed to being directly compiled into [[machine code]]. During execution, an architecture-specific [[just-in-time compiler]] (JIT) turns the [[Common Intermediate Language|CIL code]] into machine code.
Programs written for .NET Framework are compiled into Common Intermediate [[Language code]] (CIL), as opposed to being directly compiled into [[machine code]]. During execution, an architecture-specific [[just-in-time compiler]] (JIT) turns the [[Common Intermediate Language|CIL code]] into machine code.