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
Define transparent caching with aop?
What are the different methods of session maintenance in asp.net?
What is caching? What are different ways of caching in asp.net?
Is asp.net different from asp? If yes, explain how?
Explain security types in asp.net?
What is asp.net response object?
Explain how asp.net page works?
What are the different types of validation controls provided in ASP.NET?
Let's say I have an existing application written using vb6 and this application utilizes windows 2000 com+ transaction services. How would you approach migrating this application to.net?
How is mvc different from asp.net? : Asp.Net MVC
Distinguish between Server-side and Client-side code?
Explain server-side scripting?
What is difference between ispostback and autopostback in asp net?
Which type of state management is provided by Query String in ASP.NET?
What is a viewstate?