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

Can you please explain the difference between thread and process?

731


Why should you use delegate?

654


Which properties are used to bind a DataGridView control?

790


Write a VB.Net console program to check whether a number is perfect or not.

7275


Allowed program to auto-correct the database when loading a presentation.

1935


Explain the difference between web.config and machine.config and where it will be ?

688


How to send xml file on server using http protocol?

714


What is the difference between readonly variable and constant variable?

754


Explain convert.tostring and i.tostring method?

697


What is the source code for display the picture in button click event?

893


What is an application domain? how they get created?

768


List the two main parts of .net?

767


Can you please explain the difference between value and reference types?

714


What are the advantages of an assembly?

819


Name the tool which can convert visual basic old version to .net compatibility version?

718