What is intermediate language in .NET ?

Answer Posted / naresh

intermediate language is also konwn as MSIL(Microsoft Intermediate language) or CIL (Common Intermedicate language).
All .Net source code is compiled to IL.IL is then converted to machine code at the point where the software is installed, or at run-time by a Just-In-Time(JIT) compiler.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

List the types of generations in garbage collector?

531


difference between checkbox vs radiobutton??

2494


what is interface and when it is used?

1834


Define naming convention?

633


How to connect crystal report in vb.net ?

579






What is the difference between custom control and user control?

556


What is tracing?

615


What is the use of assembly?

571


thak you Mr Govind for replying to my question. My next question is that how to retrieve image stored in an SQL server table and assign it to any image control or picture control using VB.net

1707


How many ways the function can return values?

537


Explain an assembly?

577


Explain redim keyword?

552


What is the use of internal keyword?

577


Explain jagged array in vb.net?

568


Explain how to store decimal data in .net?

717