What is MSIL code ?

Answers were Sorted based on User's Feedback



What is MSIL code ?..

Answer / 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

What is MSIL code ?..

Answer / kranthi kumar.j

When the code is compiled, the compiler translates your code
into Microsoft intermediate language (MSIL). The common
language runtime includes a JIT compiler for converting this
MSIL then to native code.
MSIL contains metadata that is the key to cross language
interoperability. Since this metadata is standardized across
all .NET languages, a program written in one language can
understand the metadata and execute code, written in a
different language. MSIL includes instructions for loading,
storing, initializing, and calling methods on objects, as
well as instructions for arithmetic and logical operations,
control flow, direct memory access, exception handling, and
other operations.

Is This Answer Correct ?    69 Yes 7 No

What is MSIL code ?..

Answer / dhana

the extension msil code is microsoft intermediate language
code,when ever our applicatation compile ,msil will be
generated,it having the metadata infromatin.when jit
compilter it convert to mechine code.

Is This Answer Correct ?    11 Yes 14 No

Post New Answer

More Dot Net General Interview Questions

State the various features present in .NET?

0 Answers  


Hi, Requirement is: try { \\SQL Query } catch(Exception i) { print a } catch(SQLQueryException e) { \\SQL Query } Got Exception in "try" block. Which "catch" throws exception and Why??? Please provide the answer in detail.. Thanks for the help!!!

3 Answers   3i Infotech,


Explain what is an anonymous method and how is it different from a lambda expression?

0 Answers  


What is the managed and unmanaged code in .net?

3 Answers   Deltech, Dhanush Infotech,


you have a requirement from client, he has an XML file and you need to insert the data into 5-6 tables in database. explain me the procedure.

2 Answers   Deloitte,






What is .net environment?

0 Answers  


Explain About GDI object ?

0 Answers   TISL,


Explain the difference between .net 2000 and .net 2005(features)? Which one is better?

0 Answers  


Is .net 4.8 backwards compatible?

0 Answers  


what is the use of stored procedure which has only one select statement over simple select statment query ? Why to write a stored procedure then ?

3 Answers  


Tell us what is the native image generator?

0 Answers  


Difference between user groups and code groups

0 Answers  


Categories