What is intermediate language in .NET ?

Answer Posted / atul dhiman

CLR provides the environment that enables managed code to execute and also provide different services in run-time. It is a run-time process which runs the code and give services that makes the development easier. During run-time code converted to IL/ MSIL (Intermediate Language) which is understandable to CLR and then it is converted to Native code or Binary code/Machine Language with the help of Just IN Time (JIT) compiler.

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of console application?

582


Tell me how many .net languages can a single .net dll contain?

529


Explain how to send xml file on server using http protocol?

501


Explain code security?

510


Explain the use of new keyword?

559






Explain the difference between .dll extension and .exe extension files?

528


Explain the use of console application?

538


Explain the difference between an xml "fragment" and an xml "document."

505


What is the use of internal keyword?

578


Explain private assembly?

513


Name some different types of control?

533


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!

1578


Explain cts?

536


thak you Mr Govind for replying to my question. My next question is that how to retrieve image stored in an SQL server table and assign it to any image control or picture control using VB.net

1707


What is DLL HELL in VB.NET

616