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 custom control and user control?
What is strong name in .net assembly?
What are all the parts of .net framework?
Can you please explain the difference between authentication and authorization?
Explain internal keyword in .net framework?
List the types of authentication?
Can you please explain the difference between dataset and datareader?
Can you please explain the difference between dispose and finalize()?
Name the tool which can convert visual basic old version to .net compatibility version?
What are the difference between structure and class?
What are the different types of applications supported in .net (or) .net framework?
hello thank you for replying to my question regarding adding barcode fonts in vb.net project. I have downloaded a free font and added in my vb.net project but now i dont know how to use that i need to generate barcodes can any body help me how to use those fonts these are font3of9 .i need a small code to use these fonts to generate barcode thank u!
What are the different types of Lock available in Visual Basic?
What is different between web.config and machine.config and where it will be ?
What do you mean by serialization and deserialization?