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 |
What is .net framwork? what is web application? what is CLR? How does work CLR & wht is work of CLR? What is compile? wht is thread? what does use in .net?
What is the difference between .net core and .net framework?
How can we determine action invoked from HTTP GET or HTTP POST?
Will there be a .net compact framework 3.0 release with release of .net framework 3.0?
When using razor views, do you have to take any special steps to protect your asp.net mvc application from cross site scripting (xss) attacks?
What is "out" parameter how it is used in methods?
What happens when I install the .net framework 3.0? How can I upgrade if I already have the .net framework 2.0 installed?
What is the use of display modes?
Explain the request flow in asp.net mvc framework?
What is an asynchronous controller in asp.net mvc?
How do you do role based security ?
1 Answers Accenture, BirlaSoft,
why DotNetFramework is included in building a software