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
Can you please explain the difference between system.string and system.stringbuilder classes?
Can you please explain the difference between value and reference types?
Explain about the feature anonymous type?
How can we remove handlers at run time?
Explain redim keyword?
Explain about Visual basic.NET culture?
What is misl code?
Explain about the ruby interface generator?
Explain the difference between import system.data.sqlclient and system.data.oledb?
difference between checkbox vs radiobutton??
Explain and brief about rapid application development tool?
Write a program that would find the nth term of a geometric progression, given the value of first term and common ratio. Any inbuilt function that the language provides for calculating exponent should not be used.
Tell us how many languages are supported by .net?
Define clr?
What is the size of .net object?