Answer Posted / vivek negi
Miscrosoft intermediate language is also called managed code
and generated by .net compiler.It is hardware independent
code and can be easily converted into Native code through
CLR JIT(Just in time) complier.Hance it is proved that for
all the languages MSIL is same so it is a Platform
independentand platform specific.
MSIL is also known as IL,CIL,manages codeand partial code
it application used managed code called managed application.
By
vivek negi (Dehradun)
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Explain about Visual basic.NET culture?
Explain the difference between thread and process?
What is portable executable?
How to store images in sql server database through vb.net?
What is the significance of delegates. Where should they be used?
What are different types of jit ?
What is the difference between convert.tostring and i.tostring method?
Explain the use of console application?
Explain the difference between vb.net and c#, related to oops concepts?
Explain what observations between vb.net and vc#.net?
write a program to develop a graphic user interface application of marks book with students names and their names.the program should show the following options main menu,add student details,display student details,maximum mark and minimum mark.
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
Can you please explain the difference between int and int32?
Name some different types of control?
Why do we use ansi keyword?