Managed Code
This is the code that is targeting the Common Language Run time.
In general the code which is getting executed in CLR is called managed code.
There are some features for this managed code.
They are:
1) object oriented
2)Cross language integration
3)Multiple version support
This managed code is represented in the form of intermediate languge Called MSIL (micro soft intermediate language).
It is also called IL (intermediate language).
No comments:
Post a Comment