What is intermediate language in .NET ?
Answer Posted / jastaj
It converts the code into bytecode. it is a service that
runs under the CLR. When we compile our code it gets
compiled into IL(Previously Known as MSIL).
| Is This Answer Correct ? | 8 Yes | 5 No |
Post New Answer View All Answers
What is the role of new keyword?
How do you retrieve the customized properties of a .net application from xml .config file?
What is the difference between value and reference types?
What is different between web.config and machine.config and where it will be ?
What is late binding and early binding?
Explain about the performance of visual basic?
What is meant by jagged arrays?
What is internal keyword in .net framework?
Explain about visual basic?
Define naming convention?
Why do you need Lock in Visual Basic?
Can you please explain the difference between authentication and authorization?
Explain the differences between vb.net and c#, related to oops concepts?
Explain how to send xml file on server using http protocol?
Explain the difference between an xml "fragment" and an xml "document."