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
Did vb6 support multi-threading ?
How to execute VB.NET PROJECTS,VB6.0 PROJECTS AND write their test cases.Need Reply Urgently
Can you please explain the difference between authentication and authorization?
what is difference between namespace and assembly?
What is branching logic control in VB.NET?
Sir, what code to store data from vb net sql server 2008 to 2005 and at the same time in order to validate the data entered is not the same, but there have been contacts in the module. Examples such as the log table that I created, the user name as the primary key.
Explain about the feature anonymous type?
What do you mean by serialization and deserialization and it's use.
What are the features of c# which are not present in vb.net?
What is the difference between system.applicationexception class and system.systemexception?
How to send xml file on server using http protocol?
Explain enumerator?
What is pre-jit?
Can you please explain the difference between system.string and system.stringbuilder classes?
Explain about visual basic?