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
How to store decimal data in .net?
Explain the use of serialization and deserialization?
Write program in VB.Net with SQL Server and Crystal Reports to develop a small windows application to add,edit,save, search and print Employee Information and send sourcecode as zip file. empcode : .............. empname : .............. dateofjoin : dd/mm/yyyy dateofbirth : dd/mm/yyyy TableName: EmpMaster EmpCode EmpName DOB DOJ TableName: EmpDocs EmpCode DocNo DocName ExpDate
What is the difference between convert.tostring and .tostring() method?
What is the advantage of using system.text.stringbuilder over system.string?
Write the role of new keyword?
Explain the difference between .dll extension and .exe extension files?
What is the exact defination of object?
What is normal jit?
What are the different types of a stream?
How to view an assembly?
difference between checkbox vs radiobutton??
Explain how does the xmlserializer work?
Explain some of the exclusive features which are present in vb?
What is jagged array in vb.net?