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 |
Explain dependency resolution?
what is csdl?
How many .NET languages can a single .NET DLL contain
unit test done by tetser on development team?
Can we create the web service in windows application?
What is latest version of .net framework?
Define the core components of an ASP.NET MVC application?
Which filter executes first in an asp.net mvc application?
How to add 'ASPNET.mdf' file into server explorer in visual studio 2005?
What is a razor file?
What is the greatest advantage of using asp.net mvc over asp.net webforms?
How can I stop my code being reverse-engineered from IL