What is intermediate language in .NET ?

Answer Posted / bikash karak

intermediate language is the middle men between source
code(executable code)and CLR(common language runtime).It
covert source code to a byte code as a result .net framework
execute code through CLR otherwise it is not possible to
execute because CLR not support any other code.It is just
like the middle process between vegetable and disk i.e cooking.
vegetable -> cooking ->disk
similarly
source code ->intermediate language -> native machine code

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Define cls?

597


Explain about jagged arrarys ?

506


What is an assembly and its use?

544


What is the maximum size of the textbox?

536


What do you mean by option strict on?

662






what is common language specification?

517


Described strong typing and weak typing?

624


What are the differences between server-side and client-side code?

533


Explain internal keyword in .net framework?

568


Allowed program to auto-correct the database when loading a presentation.

1743


What would you do to remove microsoft visual basic name space?

510


how many server control present in .net

2292


What is different between web.config and machine.config and where it will be ?

558


What is internal keyword in .net framework?

626


How can we remove handlers at run time?

533