Managed code: Difference between revisions

Content deleted Content added
No edit summary
At the end of the sentence
Line 3:
'''Managed code''' is computer program code that requires and will execute only under the management of a [[Common Language Infrastructure]] (CLI) [[Virtual Execution System]] (VES) [[virtual machine]], e.g. [[.NET Core]] [[CoreFX]], [[.NET Framework]] [[Common Language Runtime]] (CLR), or [[Mono (software)|Mono]]. The term was coined by [[Microsoft]].
 
Managed code is the compiler output of [[source code]] written in one of over twenty{{Which|date=April 2019}} high-level programming languages, including [[C Sharp (programming language)|C#]], [[J Sharp|J#]] and [[Visual Basic .NET]].
 
==Terminology==