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
Can you please explain the difference between c# and vb.net?
Explain about jagged arrarys ?
What are the advantages of vb.net and c#?
Explain public assembly?
What is enumerator?
Explain the difference between datatable and dataset?
Explain the difference between system.string and system.stringbuilder classes?
What are the shared variables?
How can we store decimal data in .net?
What are the different variables in vb.net?
Name some of the keywords used in vb.net?
What is break mode? What are the options to step through code?
What is datatype conversion?
What is deep copy?
Explain the difference between value and reference types?