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

Explain the difference between vb and vb.net?

0 Answers  


What is Garbage Collection in .Net? Garbage collection process?

3 Answers  


How to debug failed assembly binds?

0 Answers  


Explain the garbage collection process?

0 Answers  


Difference between assembly manifest & metadata

2 Answers  






What does jit compilation do in .net?

0 Answers  


What is the difference between "using system.data;" and directly adding the reference from "add references dialog box"?

0 Answers  


What is the difference between function and stored procedure?

0 Answers  


Explain what is an anonymous method and how is it different from a lambda expression?

0 Answers  


What is Custom attribute? How to create? Namespace? If I'm having custom attribute in an assembly, how to say that name in the code? What is Reflection in .NET?

3 Answers   Accenture, CC Soft, Infosys,


What are the similarities and difference between class and structure in .net?

0 Answers  


Difference b/w dataset.clone and dataset.copy ?

1 Answers   Protech,


Categories