- In .Net code compiled twice
- In first compilation source code is compiled by respective language
compiler and an intermediately code is generated known as MSIL.
- In second compilation MSIL is converted into Native code using CLR.
MSIL : Microsoft Intermediate Language
CLR : Common Language Runtime
No comments:
Post a Comment