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
What are the assembly entry points?
Explain the difference between import system.data.sqlclient and system.data.oledb?
What languages does the .net framework support?
What is private assembly?
Which namespace are used for accessing the data?
What is the size of .net object?
What are the technology areas that microsoft.net contains?
Explain the use of serialization and deserialization?
What are the advantages of VB.NET?
Explain about the performance of visual basic?
Explain the difference between value and reference types?
What are the objects in asp.net?
Name the class which allows an element to be accessed using unique key?
What is econo-jit?
So you know which dll is used for microsoft .net run time?