What is intermediate language in .NET ?

Answer Posted / rajesh iyer

MSIL is MicroSoft Intermediate Language. When we
compile .Net applications, its complied to MSIL, which is
not machine read language. Hence Common Language Runtime
(CLR) with JustIn Time Complier (JLT), converts this MSIL
to native code (binary code), which is machine language.

Is This Answer Correct ?    54 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference between inline and code behind?

522


How to store images in sql server database through vb.net?

509


Explain how can we remove handlers at run time?

555


Which namespace are used for accessing the data?

651


What are the differences between vb.net and c#, related to oops concepts

579






Explain convert.tostring and i.tostring method?

535


What is strong typing and weak typing?

551


Define naming convention?

637


Explain the use of console application?

542


what's ArrayList in .Net (VB.Net or C#).What's the advantageous using ArrayList.

575


How can we remove handlers at run time?

546


What is the purpose of an Assembly?

612


What is the significance of delegates. Where should they be used? What are the situations where we require them?

540


What is an arraylist?

589


Explain namespace?

578