Applications that run under the supervision of CLR is managed code. Code written using the .NET Framework is managed when it is executed (a stage usually referred to as runtime ).
"Managed code" is a term coined by Microsoft to identify programs that requires and will only execute under the "management" of a Common Language Runtime virtual machine. Managed code is a 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 .NET, and C++. All of these languages share a unified set of class libraries and can be encoded into an Intermediate Language (IL). A runtime-aware compiler compiles the IL into native executable code within a managed execution environment that ensures type safety, array bound and index checking, exception handling, and garbage collection.
This group is an initiative from "Vidya Vrat Agarwal" a .NET Passionate. This group is created with a vision to encourage and help people learn Microsoft .NET technology. This group also provides a platform to share ideas, thoughts and experiences an individual may have while learning and implementing .NET technologies.
2 comments:
Applications that run under the supervision of CLR is managed code.
Code written using the .NET Framework is managed when it is executed
(a stage usually referred to as runtime ).
"Managed code" is a term coined by Microsoft to identify programs that requires and will only execute under the "management" of a Common Language Runtime virtual machine.
Managed code is a 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 .NET, and C++.
All of these languages share a unified set of class libraries and can be encoded into an Intermediate Language (IL). A runtime-aware compiler compiles the IL into native executable code within a managed execution environment that ensures type safety, array bound and index checking, exception handling, and garbage collection.
Post a Comment