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 do you mean by Redim in VB.NET?
What do you mean by deserialization?
What are nested classes?
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
What is the difference between manifest and metadata?
What are jagged arrarys ?
What is the use of errorprovider control?
Did vb6 support multi-threading ?
What is the difference between datagrid and gridview?
Explain the difference between value and reference types?
What is the difference between c# and vb.net?
What is non_deterministic finalization?
Explain code security?
What is redim keyword and its use?
What are the advantages of an assembly?