What is intermediate language in .NET ?
Answer Posted / vipul sachan
In .net when code compile by c# or vb.net compiler then it
convert into managed module.managed module contain IL along
with metadata.there are some points regarding IL as following -
1-IL commonly known as MSIL(microsoft intermediate language).
2-IL can readable only by CLR.Because of IL .net
applications are platform independent.
3.if we make application using any language(language must
support to .net environment)then after compilation it will
convert to IL.IL can be readable only by CLR.
4.In this way, through IL we achieve interoperability in .net.
5.we can check Intermediate language by command ILDASM
+space bar + file-name.dll/exe in visual studio command prompt.
Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Can you please explain the difference between thread and process?
Why should you use delegate?
Which properties are used to bind a DataGridView control?
Write a VB.Net console program to check whether a number is perfect or not.
Allowed program to auto-correct the database when loading a presentation.
Explain the difference between web.config and machine.config and where it will be ?
How to send xml file on server using http protocol?
What is the difference between readonly variable and constant variable?
Explain convert.tostring and i.tostring method?
What is the source code for display the picture in button click event?
What is an application domain? how they get created?
List the two main parts of .net?
Can you please explain the difference between value and reference types?
What are the advantages of an assembly?
Name the tool which can convert visual basic old version to .net compatibility version?