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

Please explain what is the .net framework and how does it work?

0 Answers  


Why MVC programming model preferred?

1 Answers  


Explain About GDI object ?

0 Answers   TISL,


Please send me the latest asp.net,c#,sql server interview questions .my email id is ramtryin@gmail.com

1 Answers  


What is data type and how many types of data types are in .NET ?

0 Answers  






Is there any attempt system for microsoft technology papers?

0 Answers  


How do you start, pause, continue or stop a Windows service off the command line?

1 Answers  


Which Security Algorithm used to encrypt the data? a) DES b)RC2 c)Triple DES d)All the above

1 Answers   CTS, Value Labs,


What is Serialiazation?

1 Answers   TCS,


What is Complex Class in .NET?

0 Answers  


Difference between user groups and code groups

0 Answers  


How can you manage pagination on a page using .Net?

1 Answers  


Categories