Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio
| Term
| Managed execution
|
| Definition
| Process whereby the Common Language Runtime (CLR) executes managed code. When an object method is invoked for the first time, its MSIL-encoded instructions are JIT-compiled to the native code of the processor. On each subsequent invocation, the previously JIT-compiled code is executed.
|
| See also
| Managed code
|
| This C# Online.NET definition is from the Glossary of .NET / C# Terms.
|