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


Please Help Members By Posting Answers For Below Questions

How are sessions stored?

534


How can we provide the WebParts control functionality to a server control?

576


What is asp.net master page?

557


Can user control be stored in library?

531


Which browsers support the xmlhttprequest object?

524






What is postback and autopostback in asp.net?

535


Take a Large textbox allow to type any data. Task 1:display the count of vowels in a lable on key press event of the textbox Task 2:dispaly count of dates in a lable when dates in following foramats:dd/mm/yy , mm/dd/yy , yy/mm/dd. Task3:compare 2 dates and display both are same or not which dates are in dd/mm/yy and mm/dd/yy farmats.

2599


Explain the difference between singleton and single call?

539


When does a session actually start?

575


What tags do you need to add within the asp:datagrid tags to bind columns manually? Give an example.

605


What is meant by web application?

550


Which methods validate all the controls on a page?

550


What is viewstate information stored?

609


What is s2s tracking?

541


Explain how to prepare culture-specific formatting in .net.

538