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
Thank you for replying to my Question regarding Barcodes in VB.net. My next question is that how to use Barcode Fonts in VB.net I need a small code to Generate Barcodes in VB.net from a string of Values. This is the only problem i am left with in my project. Any body can help me please.
What is strong typing and weak typing?
Described strong typing
What is an arraylist?
List the types of generations in garbage collector?
What is early binding?
So you know which dll is used for microsoft .net run time?
What is the differences between dataset.clone and dataset.copy?
What are the features present in vb 2005?
What is normal jit?
Tell me how many .net languages can a single .net dll contain?
Explain clr?
Which dll is used for microsoft .net run time?
Explain cls?
How can we store decimal data in .net?