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 managed code?
Which class allows an element to be accessed using unique key?
Explain private assembly?
What is the role of new keyword?
What do you mean by Redim in VB.NET?
What is the significance of delegates. Where should they be used?
write a program to develop a graphic user interface application of marks book with students names and their names.the program should show the following options main menu,add student details,display student details,maximum mark and minimum mark.
What is the feature anonymous type?
What do you mean by serialization and deserialization and it's use.
i have two class that contain's two methods as same name in derived class i have to call these two methods what will happen at run time ?
How to connect crystal report in vb.net ?
What is code security?
What is the difference between vb 6 and vb.net?
How to store decimal data in .net?
Explain the difference between system.string and system.stringbuilder classes?