Content deleted Content added
m Reverted edits by 95.187.71.161 (talk) to last version by Felix dufosset |
Joshua Issac (talk | contribs) →top: unmanaged does not mean 'no runtime'. |
||
Line 1:
'''Managed code''' is computer program 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]]. 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 that are available for use with the Microsoft .NET Framework, including C#, J#, Microsoft Visual Basic .NET, Microsoft JScript and .NET, while unmanaged code refers to programs written in [[C (programming language)|C]], [[C++]], and other languages that
== Terminology ==
|