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 enumerator?
How can we remove handlers at run time?
What languages does the .net framework support?
Described strong typing
What is early binding?
What are the differences between c# and visual basic.net?
Explain the difference between datatable and dataset?
Explain about branching logic control in vb.net?
what is common language specification?
What is portable executable?
What are the different variables in vb.net?
Is vb.net a programming language?
Explain how to send xml file on server using http protocol?
Explain the components of common language runtime.
What is the strong name in .net assembly?