What is intermediate language in .NET ?
Answer Posted / atul dhiman
CLR provides the environment that enables managed code to execute and also provide different services in run-time. It is a run-time process which runs the code and give services that makes the development easier. During run-time code converted to IL/ MSIL (Intermediate Language) which is understandable to CLR and then it is converted to Native code or Binary code/Machine Language with the help of Just IN Time (JIT) compiler.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Explain the difference between value and reference types?
What is the difference between a "jagged array" and multidimensional array" ?can anyone show me it practically ?
What is different between web.config and machine.config and where it will be ?
What is the main purpose of garbage collector?
Did vb6 support multi-threading ?
What do you mean by serialization and deserialization and it's use.
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.
What is late binding?
What is the difference between convert.tostring and .tostring() method?
Explain the difference between vb 6 and 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.
What is the difference between c# and vb.net?
What is meant by jagged arrays?
Observations between vb.net and vc#.net?
What are the difference between dispose(), close(), exit(), end()? When do we use them?