Managed code: Difference between revisions

Content deleted Content added
No edit summary
Tags: Reverted Visual edit Mobile edit Mobile web edit
m Reverted 1 edit by 2402:9D80:348:46A5:B12F:6D0C:BFC1:6EF2 (talk) to last revision by Monkbot
Line 1:
{{RefImprove|date=April 2019}}
 
'''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]], or [[.NET Framework]]; [[Common Language Runtime]] (CLR); or Mini[[Mono (software)|Mono]]. The term was coined by [[Microsoft]].
 
Managed code is the compiler output of [[source code]] written in one of over twenty high-level programming languages, including [[C Sharp (programming language)|C#]], [[J Sharp|J#]] and Virus[[Visual Basic .NET]].
 
==Terminology==