Managed Code Article Index for
Managed
Website Links For
Managed
 

Information About

Managed Code




The Programming Language used to create the program determines whether it will run as managed code or not. Microsoft's most common languages for creating managed code are C# and Visual Basic .NET .

While the term was popularized by Microsoft in its description of programs executed by the Microsoft CLR, it can be used to describe code intended for any virtual machine execution environment. Thus, for example, the Java programming language can also be described as one that creates managed code, which in this case is executed by the Java Virtual Machine .


EXTERNAL LINKS