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 are the different types of a stream?

635


How can we remove handlers at run time?

637


what is diffrence constructor and destructor in vb

628


Explain the difference between int and int32?

589


What is the difference between compiler and interpreter?

619






What are the different types of Lock available in Visual Basic?

717


Explain jit?

624


What is jagged array in vb.net?

737


Explain the difference between namespace and assembly?

586


how to deploy vb.net with key and evaluation time? any one can help me?

1838


What is difference between import system.data.sqlclient,system.data.oledb?

633


How to connect crystal report in vb.net ?

643


What is the difference between static or dynamic assemblies?

640


what's ArrayList in .Net (VB.Net or C#).What's the advantageous using ArrayList.

666


What is visual basic.net culture?

582