What is intermediate language in .NET ?

Answer Posted / bikash karak

intermediate language is the middle men between source
code(executable code)and CLR(common language runtime).It
covert source code to a byte code as a result .net framework
execute code through CLR otherwise it is not possible to
execute because CLR not support any other code.It is just
like the middle process between vegetable and disk i.e cooking.
vegetable -> cooking ->disk
similarly
source code ->intermediate language -> native machine code

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain namespace?

578


What is a static variable?

571


What are the differences between server-side and client-side code?

545


How do you define a read only property in a class module?

536


Which class allows an element to be accessed using unique key?

527






How can we remove handlers at run time?

546


How do you script this scenario in QTP using VB? Verify XML attributes in XML message against XSD and data mapping of fields to Oracle tables? Verify data in XML to data in a defined table?

2567


Explain the use of serialization and deserialization?

519


What are the parts of the visual basic control?

543


What are the advantages of an assembly?

608


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.

2050


How to store decimal data in .net?

648


Name some of the keywords used in vb.net?

607


Why should you use delegate?

479


Name the two main parts of .net?

534