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

What is the strong name in .net assembly?

641


Write a VB.Net console program to check whether a number is perfect or not.

7096


Explain about garbage collection?

662


What is the difference between convert.tostring and .tostring() method?

605


Which is the base class for all the classes in .net framework?

636






Can you please explain the difference between vb and vb.net?

542


What is the use of internal keyword?

655


What are option strict and option explicit?

906


Explain the components of common language runtime.

613


Explain nested classes?

629


What is sorting in vb?

592


Explain trace in vb.net?

608


i am attending to US consulate i kept my projects on vb.net ,please help me what questions will be ask on vb.net in us consulate

1986


What are nested classes?

623


What is jagged array in vb.net?

737