What is intermediate language in .NET ?
Answer Posted / mayur
IL : Intermediate Language
Code written in .net language is compiled which is called IL.
IL basically is exes, DLL etc.
At run time, CLR converts IL to machine language according to machine configuration using JIT.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain namespace?
What is a literal control?
What is writeline in vb.net?
Explain the difference between c# and vb.net?
Explain the difference between an xml "fragment" and an xml "document."
Can you please explain the difference between dataset and datareader?
Explain the advantages of vb.net?
Define serialization in .net?
Why should you use delegate?
What is non_deterministic finalization?
Explain the use of new keyword?
Write a program to find all text files in a logical drive and return the count of the number of files?
Explain the difference between namespace and assembly?
Name some of the features of C# which are not present in VB.NET?
What do you mean by Redim in VB.NET?