What is intermediate language in .NET ?

Answer Posted / viniston

MSIL -> It is meant by Microsoft intermediate language.
When we will run our .net applications that will convert into MSIL or IL(intermediate language) by C# compiler.This is not machine code(binary code). It will understand by CLR(Common Language Runtime) only.This CLR will execute the task. Then JIT(Just in time) compiler will convert IL into Machine code or native code(Binary code).
Then this native code will execute by Computer's Processor.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain jagged array in vb.net?

568


What is normal jit?

620


What are the shared variables?

557


What is the size of .net object?

590


my project run very wel in my sytem yhen i am deploying my project on client machine ,after deployment i run my project then it show " can no find server name " what i do .

1559






What is enumerator?

571


How many classes a dll can contain?

556


What is the top .net class that everything is derived from?

618


Explain the difference between value and reference types?

459


Explain private assembly?

513


Explain the difference between an xml "fragment" and an xml "document."

505


How many languages are supported by .net?

553


what is difference between web.config and machine.config and where it will be ?

490


Explain option explicit?

562


What is writeline in vb.net?

530