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
What are the different types of a stream?
How can we remove handlers at run time?
what is diffrence constructor and destructor in vb
Explain the difference between int and int32?
What is the difference between compiler and interpreter?
What are the different types of Lock available in Visual Basic?
Explain jit?
What is jagged array in vb.net?
Explain the difference between namespace and assembly?
how to deploy vb.net with key and evaluation time? any one can help me?
What is difference between import system.data.sqlclient,system.data.oledb?
How to connect crystal report in vb.net ?
What is the difference between static or dynamic assemblies?
what's ArrayList in .Net (VB.Net or C#).What's the advantageous using ArrayList.
What is visual basic.net culture?