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
How can we store decimal data in .net?
What are jagged arrarys ?
Can you please explain the difference between dataset and datareader?
What is the purpose of objects present in asp.net?
Can you please explain the difference between dispose and finalize()?
Described strong typing and weak typing?
What does assert() method do In VB.NET
what is difference between web.config and machine.config and where it will be ?
Can you please explain the difference between thread and process?
What is option strict?
Explain about Visual basic.NET culture?
What do you mean by option strict on?
What are the different types of applications supported in .net (or) .net framework?
Explain clr?
Explain cts?