Managed code: Difference between revisions

Content deleted Content added
Undid revision 796828433 by Special:Contributions/2604:6000:130A:A4:10BA:936B:88C9:1532: npov "obsolete languages"
Line 1:
'''Managed code''' is 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]]. The term was coined by [[Microsoft]].
 
Managed code is 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 unsafe languages such as [[C (programming language)|C]], [[C++]], and other obsolete languages that do not need a runtime to execute.
 
== Terminology ==