GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Microsoft  >  ASP.NET 2.0

 Print  |  
Question:  Whats MSIL, and why should my developers need an appreciation of it if at all?



September 09, 2005 14:55:21 #2
 Swapna   Member Since: Visitor    Total Comments: N/A 

RE: Whats MSIL, and why should my developers need an appreciation of it if at all?
 
MSIL is the Microsoft Intermediate Language. All .NET compatible languages will get converted to MSIL. MSIL also allows the .NET Framework to JIT compile the assembly on the installed computer.
     

 

Back To Question