what is the differance between native code & managed code?
Answer Posted / sneha
When the complier translates, it translates the .net source
code into MSIL (Microsoft Intermediate Language) which is
known as managed code. These managed code is the CPU -
independent set of instructions which is later converted
into native code (i.e CPU dependent) by the JIT ( Just In-
time) compiler before execution.
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
Explain the main function of url routing system in asp.net mvc? : asp.net mvc
What is http post action?
How do you declare static variable? What is its lifetime?
What is asp.net architecture?
How long does an http session last?
Why mvc is faster than asp.net? : Asp.Net MVC
In how many ways we can retrieve table records count?
How would ASP and ASP.NET applications run at the same time on the same server?
Is asp.net free?
To add a hyperlink column to the DataGrid which tag is used ?
What is http pipeline in asp.net?
how to retrieve property settings from xml .config file.
What are the advantages of using Master Pages?
How we implement web farm and web garden concept in asp.net?
What is the main function of url routing system in asp.net mvc? : asp.net mvc