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
How would you turn off cookies on one page of your website?
What is the biggest disadvantage of “Other Return Types” in Web API?
How does the iis work?
What is HTTPModule and HTTPcontext? What is the use of each?
What are the versions of garbage collection?
How is the asp.net mvc architecture different from others? : asp.net mvc
Write a code for passing ArrayList in Web API?
How Session use Cookies in State Management?
Describe paging in asp.net?
What is a postback url?
What is asp net_sessionid?
benefits of migration from asp to asp.net hi frnds, i have to give presentation to a client about how useful would be migrating their project from asp to asp.net .plz give me some points which i should incorporate in my ppt thanks
Suppose You Want A Certain Asp.net Function Executed On Mouseover For A Certain Button. Where Do You Add An Event Handler?
In a Repeater control how one can provide an alternating color scheme ?
Why would anyone need to implement their own hashtable or linked list?