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
Why should you use delegate?
How does vb.net achieve polymorphism?
What is the difference between Namespace and Assembly?
What are the different types of Lock available in Visual Basic?
What are the shadow variables?
Explain manifest?
what is the need for dynamic controls in vb.net? i would like to know for what purpose should we create the controls dynamically? please give the answer in simple words.
What is multiple form in vb?
Explain the difference between value and reference types?
What is the size of .net object?
What is jagged array in vb.net?
What is break mode? What are the options to step through code?
How to store images in sql server database through vb.net?
How a base class method is hidden?
What is the difference between datagrid and gridview?