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
What are the shared variables?
Explain about rapid application development tool?
What is the difference between import system.data.sqlclient and system.data.oledb?
What is the size of .net object?
What is an application domain? how they get created?
Explain how does the xmlserializer work?
What is sorting in vb?
What is the use of errorprovider control?
What is the Advantage of vb.net over vb
Explain about delegate?
What is misl code?
What is the ruby interface generator?
how many server control present in .net
Explain global assembly cache (gac)?
What is difference between metadata and manifest?