What is IL
Answer / 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 |
Can I set the unlimited length for "maxjsonlength" property in config?
How to change the action name in mvc?
Explain RenderBody and RenderPage in ASP.Net MVC?
What is ASP.NET MVC?
What are the different authentication modes in the .NET environment?
What is IL
Can you explain model, controller and view in mvc?
Explain the difference between Viewbag and Viewdata in ASP.NET MVC?
What is the 'page life cycle' of an ASP.NET MVC?
what is entity framework advantage?
How does assembly versioning work?
Can you please explain the request flow in ASP.NET MVC framework?