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

What are session state modes in asp.net?

543


What is the default Orientation property in a Menu control?

529


Whats the difference between abstract factory pattern and factory pattern?

593


What is the difference between application state and session state in asp net?

500


What is _dopostback in asp net?

523






What do you mean by query string?

513


Explain ViewState?

572


What is the use of placeholder control?

543


How can we inherit a static member?

584


Explain the main function of razor in asp.net? : asp.net mvc

580


What are triggers of an updatepanel?

548


I want to connect a system in LAN and I want to access that. Whenever I am moving a mouse in my desktop, the similar thing has to happen in another system in which I have connected. I need coding for this in C# and ASP.NET Can anyone please help me. It is very urgent. Thanks in advance. My email id is manojkumarchallagundla@gmail.com Will you please?

1452


Explain the difference between server.transfer and response.redirect? Why would I choose one over the other?

534


How would you implement inheritance using c#?

569


Explain exception handling in .net.

603