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 the difference between namespace and assembly?
What is strong typing and weak typing?
Explain jit?
What are the types of generations in garbage collector?
What is visual basic.net culture?
Define naming convention?
What is meant by jagged arrays?
What are nested classes?
What is branching logic control in VB.NET?
Explain about branching logic control in vb.net?
Explain strong name in .net assembly?
What are the two main parts of .net?
Is it necessary to have SQL server installed in your computer in order to create a service based database in vb.net?
What are the parts of the visual basic control?
So you know which dll is used for microsoft .net run time?