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 public assembly?
Explain how the .net framework performs automatic memory management.
So you know which dll is used for microsoft .net run time?
Explain code security?
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.
difference between checkbox vs radiobutton??
How does vb.net achieve polymorphism?
Which classes a dll can contain?
What are the shared variables?
Can you please explain the difference between dispose and finalize()?
How would you implement inheritance using vb.net?
Can we use Vb.Net and C# language simultaneously in one .Net application?
What do you mean by deserialization?
How to store images in sql server database through vb.net?
What is the difference between a "jagged array" and multidimensional array" ?can anyone show me it practically ?