How is a managed code executed?



How is a managed code executed?..

Answer / hrindows@gmail.com

Execute a Managed code by following these steps:
•Choosing a language compiler depending on the language in which the code is written.
•Converting the above code into Intermediate language by its own compiler.
•The IL is then targeted to CLR which converts the code into native code with the help of JIT.
•Execution of Native code.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

How to Create and Consume a Web Service?

1 Answers  


What is the purpose of enumerable class in .net?

0 Answers  


What is boxing?

3 Answers  


How big is the datatype int in .net?

0 Answers  


What are the differences between an interface and an abstract class in .net?

0 Answers  






What is a .net class?

0 Answers  


Is Driver Script any how related to AOM?

0 Answers   TCS,


Describe session handling in a webform, how does it work and what are the limitations?

0 Answers  


What are the fundamental objects in ADO.NET?

1 Answers  


how to connect database connectivity in dotNET? if suppose SQL server?and also MS access?

8 Answers  


How to convert a .NET object into COM operabililty?

0 Answers   Petranics Solutions,


What do you mean by Code Access Security in .NET?

0 Answers  


Categories