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 do you mean by serialization?
Which properties are used to bind a DataGridView control?
Write a program to find all text files in a logical drive and return the count of the number of files?
What is the difference between Namespace and Assembly?
Explain about branching logic control in vb.net?
Explain the use of serialization and deserialization?
What is the use of internal keyword?
What is code security?
How to store images in sql server database through vb.net?
Explain how to store decimal data in .net?
Explain about rapid application development tool?
Explain the difference between vb.net and c#, related to oops concepts?
What is late binding and early binding?
What is the difference between custom control and user control?
How does vb.net achieve polymorphism?