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

What is Code group in .Net with respect to CAS

0 Answers  


What are the main components in .net?

0 Answers  


What relationship is between a process, application domain, and application?

0 Answers  


What are the core differences between .NET Languages ?

0 Answers   TCS,


I am constantly writing the drawing procedures with system.drawing.graphics, but having to use the try and dispose blocks is too time-consuming with graphicsobjects. Can I automate this?

0 Answers  






How do you create threading in .NET? What is the namespace for that?

2 Answers  


How to load a user control dynamically in runtime?

0 Answers  


1.What is the major advantage of polymorphism? Please don't simply say binding. Specify any other reason.

2 Answers   247Customer,


What method do you use to explicitly kill a users session? How?

0 Answers  


Explain the procedure to add assemly to gac to make it shared one?

0 Answers  


Explain what is mutex?

0 Answers  


i had attended to infosys interview on 17th april 2010...on .net..3+ experience for Technology Analyst .. to my knowledge i did well in technical and hr whether i loose the interview or still processing is taking place..am confused please. what accuatly would be happend?

0 Answers  


Categories