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 languages does the .net framework support?
Explain about jagged arrarys ?
Allowed program to auto-correct the database when loading a presentation.
What are jagged arrays ?
What is code access security?
Explain about the feature anonymous type?
Explain the components of common language runtime.
Explain the difference between system.string and system.stringbuilder classes?
Name the tool which can convert visual basic old version to .net compatibility version?
Tell me how many .net languages can a single .net dll contain?
What is difference between inline and code behind?
i have two class that contain's two methods as same name in derived class i have to call these two methods what will happen at run time ?
How to run a dos command in vb.net?
What is jagged array in vb.net?
What is early binding?