What is intermediate language in .NET ?
Answer Posted / sowjanya
All .net code is compiled to IL(is also called as MSIL)
which doesn't understand machine.CLR uses JIT compiler to
convert IL into Executable file.
| Is This Answer Correct ? | 7 Yes | 7 No |
Post New Answer View All Answers
What is the difference between compiler and interpreter?
What is difference between import system.data.sqlclient,system.data.oledb?
Explain the difference between int and int32?
Write a program that would find the nth term of a geometric progression, given the value of first term and common ratio. Any inbuilt function that the language provides for calculating exponent should not be used.
What are the features of c# which are not present in vb.net?
What are all the differences between dispose and finalize()?
Explain about the keyword must inherit?
Can you please explain the difference between vb and vb.net?
How do you call a stored procedure in Visual Basic?
Explain cts?
Which control is an example of an object in vb net?
So you know which dll is used for microsoft .net run time?
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 are nested classes?
What are the different types of Lock available in Visual Basic?