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
Described strong typing
What is the difference between value and reference types?
Why is the xml infoset specification different from the xml dom?
thak you Mr Govind for replying to my question. My next question is that how to retrieve image stored in an SQL server table and assign it to any image control or picture control using VB.net
What is break mode? What are the options to step through code?
List the different types of assembly?
What is the role of new keyword?
How to achieve Polymorphism in VB.Net?
Name the class which allows an element to be accessed using unique key?
What are option strict and option explicit?
Explain about the ruby interface generator?
write a program to develop a graphic user interface application of marks book with students names and their names.the program should show the following options main menu,add student details,display student details,maximum mark and minimum mark.
What is the significance of delegates. Where should they be used?
Explain jagged array in vb.net?
Explain the advantages of migrating to vb.net?