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 |
IS MS.Net platform independent or dependent?
19 Answers Infosys, Ksb, Satyam,
What is entitytype? : Entity framework
js fn to go to the particular page when enter is clicked
What is viewbag title?
explain how you can load related entities in ef (entity framework)?
What is the property available to check if the page posted or not
what is .edmx file and what it contains?
Can Static Constructor be Overloaded?Justify it?
what are the different stepts to create shared assemblies?
What is MSIL, IL, CTS?
How do I use partial view?
mention what is the key advantage of using entity framework or ef?