Answer Posted / kirti
IL = Intermediate Language. Also known as MSIL (Microsoft Intermediate Language) or CIL (Common Intermediate Language). All .NET source code (of any language) is compiled to IL. The IL is then converted to machine code at the point where the software is installed, or at run-time by a Just-In-Time (JIT) compiler.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Do you know about the new features in ASP.Net MVC 4 ?
What you mean by routing in asp.net mvc?
How to change the action name in ASP.Net MVC?
how can you tell ef to have a different table or column name than that defined for the class?
what is eager loading?
How we can invoke child actions in ASP.Net MVC?
How to use multiple submit buttons in asp.net mvc?
Is it possible to cancel filter execution?
Mention the core components of .net framework?
sql related question (outer join, left, right etc) array vs hashtable CRL sqldatareader vs dataset what is WPF, WCF, compare to WinForms Webservices Asp.net MVC vs WebForms?
what is entity sql?
What is domain class model?
Can I use razor code in javascript in asp.net mvc?
What is Peek method in Tempdata in ASP.Net MVC?
Is dapper better than entity framework?