What is intermediate language in .NET ?

Answer Posted / vishal surve

When you compile a progam developed in a language that targets the CLR, instead on compiling the source code into machine-level code, the compiler translates it into IL to ensure interoperability between applications developed in different programming languages, such as Visual Basic or Visual C#. Intermediate Language is CPU-independent. This means that the code can be executed from any platform that supports the .NET CLR.

Is This Answer Correct ?    7 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you mean by Redim in VB.NET?

849


What do you mean by deserialization?

746


What are nested classes?

707


i am attending to US consulate i kept my projects on vb.net ,please help me what questions will be ask on vb.net in us consulate

2104


What is the difference between manifest and metadata?

729


What are jagged arrarys ?

751


What is the use of errorprovider control?

759


Did vb6 support multi-threading ?

722


What is the difference between datagrid and gridview?

701


Explain the difference between value and reference types?

655


What is the difference between c# and vb.net?

754


What is non_deterministic finalization?

825


Explain code security?

683


What is redim keyword and its use?

766


What are the advantages of an assembly?

820