What is MSIL code ?

Answer Posted / vara prasad

This is an acronym for Microsft Intermediate Language.
In .net code that a developers develops will be complied in
to MSIL code by the respective compilers and this code will
be targeted towards the CLR which inturn contains JIT
Compilers .This MSIL code will be converted in to the
machine understandable code by JIT compiler.

Is This Answer Correct ?    77 Yes 12 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write the .net syntax for 'for loop'?

766


What are pdbs?

818


Describe the difference between inline and code behind which is best in a loosely coupled solution?

2457


What is the difference between user control an custom control? Advantages/disadvantages?

779


Explain me what is encapsulation?

749


Why inheritance is important?

778


What are the different types of Classes in .NET?

837


Explain what is the difference between a class and an object, and how do these terms relate to each other?

762


Explain what is an interface and what is an abstract class? Please, expand by examples of using both. Explain why?

798


What data providers available in .net to connect to database?

727


What do the terms “boxing” and “unboxing” mean?

741


What is the transport protocol you use to call a seb service soap?

755


What are the important components of .net?

775


What is SOAP? How you will do windows and forms authentication?

842


Explain how garbage collection works?

786