What is IL

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


Please Help Members By Posting Answers For Below Questions

What is the use of razor view engine?

531


What is Layout in ASP.Net MVC?

577


What is definingquery in entity framework? : Entity framework

559


Is it possible to cancel filter execution?

561


Possible ways to prevent xss attacks on mvc application?

578






Explain what is the difference between view and partial view?

584


What is the use of action filters in an mvc application?

610


Can we have enum in entity framework?

591


What is the mvc pattern (model view controller pattern)?

584


What are the main components of .net framework?

548


What does a viewmodel do?

526


What is the use .Glimpse in ASP.Net MVC

577


Explain the .net framework.

541


What is Differnce between html.action and ajax.action?

570


What is the difference between tempdata and viewbag?

499