|
|
What is MSIL in .NET? - .Net
|
Views : 269
|
|
Tagged in : .Net
|
|
|
Report This Scrap as Inappropriate We request you to choose the appropriate categroy and subcategory that suits your
objectionable concern about the scrap, So that our team can review and find out whether it violates our Guidelines or the
scrap is not suitable for all viewers.
|
An intermediate language generated by compiler is called MSIL. All .Net assemblies are represented in MSIL. The main Advantage of using MSIL is it provides equal performance for multiple language programming, as code is compiled to native code.
Example: Performance of application developed in C# is similar to VB.net or any other .Net compliant language that is because of MSIL. |
|
By Nithya, On - 2010-01-30 |
|
|
|