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
What symbol would you use to denote, the start of a code block in razor views?
How to update one of my table in database at 4pm every day how it is possible?
what is minimum requirement for entity framework applications to run?
What is net framework 3.0 ?
What are child actions in ASP.Net MVC?
What is the version number for the next version of the .net framework, codenamed �orcas�?
What is the .net framework?
differences between poco, model first and data first approach?
What is .net framwork?
what is client wins and store wins mode in entity framework concurrency?
How does the 'page lifecycle' of asp.net mvc works?
Mention the core components of .net framework?
What is associationset? : Entity framework
How does the .net framework 3.0 relate to the .net framework 2.0?
What is entity client data provider? : Entity framework