What is intermediate language in .NET ?
Answer Posted / santosh
.net supports CLS i. e. Common language type. its a
microsofts feature to bring all languages near one roof.
When You compile .net code it dosen't converted into binary
language, it converted into IL (Intermidate Language) also
known as MSIL. And from IL to binary language converted at
run time, CLR manages this process. At the runtime also it
not converts whole project at time to binary, only converts
that part which is going to execute, this the performance
of project increases. This IL can use any lanuage which is
member of that .net studio. The assemblies (ExE, DLL) are
also in IL form. So u can use any EXE or DLL created in
vb.net in c#.net also.
| Is This Answer Correct ? | 71 Yes | 8 No |
Post New Answer View All Answers
Tell us how many languages are supported by .net?
difference between checkbox vs radiobutton??
Explain an assembly?
What is the difference between convert.tostring and .tostring() method?
What are the differences between c# and visual basic.net?
What is meant by jagged arrays?
Explain the services provided by common language infrastructure.
What is the difference between Namespace and Assembly?
Describe about visual basic.net?
What is non_deterministic finalization?
What is the difference between value and reference types?
what is common language specification?
What is difference between import system.data.sqlclient,system.data.oledb?
Explain about visual basic?
What are all the parts of .net framework?