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
Explain jagged array in vb.net?
Explain how to achieve polymorphism in vb.net?
What do you understand by vb.net?
Explain the advantage of option strict on?
Which is the tool which can convert visual basic old version to .net compatibility version?
What is the difference between manifest and metadata?
Explain the use of serialization and deserialization?
How can I extract the formated word(bold,italic,underline,font,color etc) from the msword file.?
What is public assembly?
how to get dynamic control array position or its index position?
What is the difference between c# and vb.net?
What is the differences between dataset.clone and dataset.copy?
How vb implements the disconnected architecture as like vb.net?
Write the role of new keyword?
What is non_deterministic finalization?