What is intermediate language in .NET ?
Answer Posted / rajesh iyer
MSIL is MicroSoft Intermediate Language. When we
compile .Net applications, its complied to MSIL, which is
not machine read language. Hence Common Language Runtime
(CLR) with JustIn Time Complier (JLT), converts this MSIL
to native code (binary code), which is machine language.
| Is This Answer Correct ? | 54 Yes | 7 No |
Post New Answer View All Answers
Write a program that would find the nth term of a geometric progression, given the value of first term and common ratio. Any inbuilt function that the language provides for calculating exponent should not be used.
How would you implement inheritance using vb.net?
Explain about the ruby interface generator?
What are the two main parts of .net?
Which class allows an element to be accessed using unique key?
How many ways the function can return values?
What is the advantage of using system.text.stringbuilder over system.string?
What languages does the .net framework support?
Explain the observations between vb.net and vc#.net?
Explain what observations between vb.net and vc#.net?
what is difference between namespace and assembly?
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.
Can we use Vb.Net and C# language simultaneously in one .Net application?
Explain the difference between int and int32?
What is global assembly cache (gac)?