Thread: What is MSIL?
View Single Post
  #3 (permalink)  
Old 07-19-2008, 01:30 PM
raghav raghav is offline
Member
 
Join Date: Jul 2008
Posts: 36
Default

MSIL (MicroSoft Intermediate Language)
All the .net comaptible languages are first converted to MSIL intermediate language which is language independent and platform independent. Now this il is converted to machine language at run time.
Reply With Quote