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 are HTML Helpers, AJAX Helpers in ASP.Net MVC?
Can you please explain the request flow in ASP.NET MVC framework?
What are Validation Annotations?
What is the difference b/w constant & read only variable?
4 Answers IMI Soft Engineering,
what is Thread Priority?
Can any particular component of .net framework 3.0 be removed?
How you deploy .NET assemblies
What is managed extensibility framework?
And if they have conflicting method names ?
Will the name change be reflected in any of the existing .net framework 2.0 apis, assemblies, or namespaces?
What is viewbag?
What is the .net framework?