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
Define serialization in .net?
How to execute VB.NET PROJECTS,VB6.0 PROJECTS AND write their test cases.Need Reply Urgently
Explain convert.tostrin?
Name the two main parts of .net?
how many server control present in .net
Why do we use byref keyword in vb.net?
Name some different types of control?
What is the difference between convert.tostring and i.tostring method?
Explain the use of console application?
What is datatype conversion?
What do you mean by Redim in VB.NET?
What is the difference between a "jagged array" and multidimensional array" ?can anyone show me it practically ?
What is public assembly?
What is a literal control?
What is a static class?