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
What is the strong name in .net assembly?
Write a VB.Net console program to check whether a number is perfect or not.
Explain about garbage collection?
What is the difference between convert.tostring and .tostring() method?
Which is the base class for all the classes in .net framework?
Can you please explain the difference between vb and vb.net?
What is the use of internal keyword?
What are option strict and option explicit?
Explain the components of common language runtime.
Explain nested classes?
What is sorting in vb?
Explain trace in vb.net?
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
What are nested classes?
What is jagged array in vb.net?