What is intermediate language in .NET ?
Answer Posted / naresh
intermediate language is also konwn as MSIL(Microsoft Intermediate language) or CIL (Common Intermedicate language).
All .Net source code is compiled to IL.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 |
Post New Answer View All Answers
What are the difference between dispose(), close(), exit(), end()?
difference between checkbox vs radiobutton??
How to store images in sql server database through vb.net?
Can you please explain the difference between namespace and assembly?
what is common type system?
Explain an assembly?
How to create a constant in vb.net?
How would you implement inheritance using vb.net?
What is internal keyword in .net framework?
How to achieve Polymorphism in VB.Net?
What is datatype conversion?
Is vb net a scripting language?
Explain global assembly cache (gac)?
What is trace in vb.net?
Is it necessary to have SQL server installed in your computer in order to create a service based database in vb.net?