What is intermediate language in .NET ?
Answer Posted / sivasubramanian hariharan
MSIL (Microsoft Intermediate Language) or CIL (Common
Intermediate Language). All .NET source code is compiled to
IL. This 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 ? | 4 Yes | 2 No |
Post New Answer View All Answers
What are the difference between structure and class?
What is the size of .net object?
Is vb.net dead?
What is static member?
Explain cts?
How a base class method is hidden?
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
How does vb.net achieve polymorphism?
What is the difference between vb 6 and vb.net?
What is a static variable?
Explain the use of new keyword?
What are the different types of applications supported in .net (or) .net framework?
What is deep copy?
what is commom language runtime?
What is the feature which is common to all .net languages?