what is the MSIL assembler do?



what is the MSIL assembler do?..

Answer / avani

MSIL is also called as Microsoftintermediatelanguage and it
converts IL code to cpu native code with the help of JIT
compiler

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

what is webpart? what r the parts in this webpart (zone)

2 Answers  


I have a method written in WebForm (means .aspx page) & now I want to call this method in WebUserControl (means .ascx page) what should I have to do?

0 Answers   Patni,


After building the custom control, you test it by adding an ASP.Net web application to the solution. You add a correct <%@ Register %> directive and a proper declaration of the control in the <asp:Form> tag to the Web Form, but when you execute the application you get an error. What is the most likely reason for the problem? a) The custom control must be compiled first. b) The web application must have a reference to the control c) The custom control must be registered with windows first. d) The assembly from the custom control is not in the application?s bin directory.

1 Answers   Syntax Softtech,


Explain how cookies work. Give an example of cookie abuse.

0 Answers  


What are navigation controls? How many navigation controls are there in ASP.NET 4.0?

0 Answers   UGC Corporation,






What r the asp.net list controls and difference between them?

0 Answers  


Explain the boxing and unboxing concept in .net?

0 Answers  


How can I open ashx file in mobile?

0 Answers  


Do I need to have the latest version of windows media player installed?

0 Answers  


Why is the standalone environment only useful during the development process?

0 Answers  


What is the difference between sealed vs static class?

0 Answers  


What are the difference between function and stored procedure in .net programming language?

0 Answers  


Categories