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
How to execute VB.NET PROJECTS,VB6.0 PROJECTS AND write their test cases.Need Reply Urgently
Explain cts?
What are the shadow variables?
What is difference between import system.data.sqlclient,system.data.oledb?
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.
What is the difference between custom control and user control?
Which is the base class for all the classes in .net framework?
Explain convert.tostring and i.tostring method?
What are the various open source tool available for VB.NET?
Explain the difference between vb.net and c#, related to oops concepts?
What are the advantages of an assembly?
What is difference between inline and code behind?
What is deep copy?
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 do you mean by serialization?