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


Please Help Members By Posting Answers For Below Questions

What is the difference between readonly variable and constant variable?

557


What is an arraylist?

582


What is a static class?

596


Can you please explain the difference between vb and vb.net?

458


What is intermediate langauge?

535






Describe about visual basic.net?

557


Explain the difference between thread and process?

506


difference between control and component more than one differences

2411


Define naming convention?

622


Which dll is used for microsoft .net run time?

551


What is non_deterministic finalization?

620


Explain code security?

500


How to send xml file on server using http protocol?

538


What are the objects in asp.net?

543


Name the two main parts of .net?

521