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
Name some different types of control?
Why do we use ansi keyword?
Explain nested classes?
What are the difference between dispose(), close(), exit(), end()? When do we use them?
Can you please explain the difference between vb and vb.net?
Why do you need Lock in Visual Basic?
What is stack used for in vb. Net?
Is vb.net dead?
Is it necessary to have SQL server installed in your computer in order to create a service based database in vb.net?
What is an arraylist?
What is option strict?
What is the significance of delegates?
Write the role of new keyword?
What is branching logic control in VB.NET?
Name the class which allows an element to be accessed using unique key?