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
What do you mean by authorization?
Difference between DataGid and Girdview? Difference b/w .Net 2.0, 3.0 and 3.5 ? Diff b/w dispose & Finialize Methods?
How many types of triggers are there in update panel?
What is state management in asp.net with example?
What are the advantages and limitations of query string?
What is page fragment caching?
What are Authentication and Authorization?
To load your generated dataset with data which method do you invoke?
What are the different types of events are occured when a client requests an ASP.NET page from IIS server?
Explain what is an abstract class?
How can you dynamically add user controls to a page?
What kind of programming language is ASP.NET?
Define managed code and managed data in .net?
How does session work?
What is inheritance and an how it be used, example with an example?