Tutorials and code for ASP.NET 2.0,C#,SQL Server,AJAX tutorials,jQuery  
Home    Articles    Contact Us
 

ASP.NET
AJAX
Interview Questions
Sql Server
Technology News
Tips and Tricks
jQuery

 

What is an IL


Intermediate Language(IL) is also known as Microsoft Intermediate Language(MSIL) or Common Intermediate Language(CIL). All .NET source code is compiled to IL. IL is then converted to machine code at the point where the software is installed, or at run-time by an Just-In-Time(JIT) Compiler.



User Comments:




Post Your Comment :


Name
Email:
Comment:

Home | Contact Us

© 2008-09 TechnoReader.com. All rights reserved.