Whats MSIL, and why should my developers need an
appreciation of it if at all?
Answer Posted / sudhir sheoran
MSIL stands for Microsoft Intermediate Language.
Code written in any programming language is converted
to MSIL using corresponding compilers.
E.g: c++ used c++ compiler to convert code into MSIL.
At run time CLR converts this MSIL into
machine instructions(Native Code)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do u deploy your asp.net application?
What is session in http request?
What is difference between view and partial view?
What is the syntax for datagrid and specifying columns?
Define xmlreader class.
What are the different methods of session maintenance in asp.net?
Is asp.net is a programming language?
Which dll handles the request of .aspx page?
How we implement web farm and web garden concept in asp.net?
Explain ViewState?
How many types of sessions are there in asp net?
Can you explain the importance of finalize method in .net?
Why viewstate is used in asp.net?
Define machine.config in .net?
Why asp.net is used?