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
How would you implement inheritance using vb.net?
What is code security?
Explain about the ruby interface generator?
How do you script this scenario in QTP using VB? Verify XML attributes in XML message against XSD and data mapping of fields to Oracle tables? Verify data in XML to data in a defined table?
What is the role of new keyword?
What are the objects in asp.net?
Explain the differences between vb.net and c#, related to oops concepts?
Tell us how many languages are supported by .net?
Explain how to store decimal data in .net?
What are the features present in vb 2005?
Explain internal keyword in .net framework?
What are the shared variables?
What is the difference between system.applicationexception class and system.systemexception?
Which class allows an element to be accessed using unique key?
What are the shadow variables?