Content deleted Content added
m →Terminology: Rephrased sentence. |
C# set to refer C_Sharp_(programming_language) |
||
Line 1:
'''Managed code''' is a term coined by [[Microsoft]] to identify computer program [[source code]] that requires and will execute only under the ''management'' of a [[Common Language Runtime]] [[virtual machine]], typically the [[.NET Framework]], or [[Mono (software)|Mono]].
Managed code usually refers to programs written in [[List of CLI languages|.NET languages]] such as [[C_Sharp_(programming_language)|C#]] or [[Visual Basic .NET]], while unmanaged code refers to programs written in [[C (programming language)|C]], [[C++]], [[Visual Basic 6]] and other languages that do not need a runtime to execute.
== Terminology ==
|