What is intermediate language in .NET ?

Answer Posted / bikash karak

intermediate language is the middle men between source
code(executable code)and CLR(common language runtime).It
covert source code to a byte code as a result .net framework
execute code through CLR otherwise it is not possible to
execute because CLR not support any other code.It is just
like the middle process between vegetable and disk i.e cooking.
vegetable -> cooking ->disk
similarly
source code ->intermediate language -> native machine code

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to execute VB.NET PROJECTS,VB6.0 PROJECTS AND write their test cases.Need Reply Urgently

2097


Explain cts?

622


What are the shadow variables?

670


What is difference between import system.data.sqlclient,system.data.oledb?

633


what is the need for dynamic controls in vb.net? i would like to know for what purpose should we create the controls dynamically? please give the answer in simple words.

2053






What is the difference between custom control and user control?

631


Which is the base class for all the classes in .net framework?

635


Explain convert.tostring and i.tostring method?

597


What are the various open source tool available for VB.NET?

631


Explain the difference between vb.net and c#, related to oops concepts?

573


What are the advantages of an assembly?

694


What is difference between inline and code behind?

603


What is deep copy?

639


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

2267


What do you mean by serialization?

608