Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is the differance between native code & managed code?

Answers were Sorted based on User's Feedback



what is the differance between native code & managed code?..

Answer / guest

hi
sohan singh
native code is cpu dependent and managed code target to clr

Is This Answer Correct ?    7 Yes 0 No

what is the differance between native code & managed code?..

Answer / 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

what is the differance between native code & managed code?..

Answer / chaitali

Native code is CPU dependent
Managed Code is when the code is inside the CLR .

Is This Answer Correct ?    5 Yes 0 No

what is the differance between native code & managed code?..

Answer / chinna

The code, which targets clr is called as managed code.
managed code that does not have any providers .it is very
fast than unmanaged code.

If you want to prevent your program from being cracked by
hackers, you can use native code. You can cipher/decipher
this code, or it may be self-modifying code for more
safety.

Is This Answer Correct ?    4 Yes 1 No

what is the differance between native code & managed code?..

Answer / debasis

Native code is computer programming (code) that is compiled
to run with a particular processor (such as an Intel
x86-class processor) and its set of instructions. If the
same program is run on a computer with a different
processor, software can be provided so that the computer
emulates the original processor. In this case, the original
program runs in "emulation mode" on the new processor and
almost certainly more slowly than in native mode on the
original processor. (The program can be rewritten and
recompiled so that it runs on the new processor in native mode.)

Native code can also be distinguished from bytecode
(sometimes called interpreted code), a form of code that can
be said to run in a virtual machine (for example, the Java
virtual machine). The virtual machine is a program that
converts the platform-generalized bytecode into the native
code that will run in a specific processor. Microsoft's .NET
compilers for its Visual Basic, C#, and JavaScript languages
produce bytecode (which Microsoft calls Intermediate
Language). Java bytecode and Microsoft's Intermediate
Language can be compiled into native code before execution
by a just-in-time compiler for faster performance.

Is This Answer Correct ?    4 Yes 1 No

Post New Answer

More ASP.NET Interview Questions

How to implement Authentication and Authorization?

0 Answers   QuestPond,


what is the auto option in XML ?

1 Answers  


How does viewstate work?

0 Answers  


What is server transfer?

0 Answers  


What are the disadvantages of asp.net?

0 Answers  


Can you explain why it is useful to use mvc instead of webforms? : asp.net mvc

0 Answers  


I am opening Crystal Report in asp.Net 3.5. Report is opening very well but when I click on Refresh button of Crystal Report then it gives "Missing Parameter values" I also tried property of CR Viewer like crViewer.ReuseParameterValuesOnRefresh = True But it is not working. Plz give me solution.

1 Answers  


What are the types of validation in asp net?

0 Answers  


What is true about application service provider?

0 Answers  


if you disable view state of a textbox will it maintain data during postbacks.if yes reason

9 Answers   FactorH, Jindal, Oxi Infotech,


What are query strings used for?

0 Answers  


What is AutoPostback?

0 Answers  


Categories