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

Where does the dispose method lie and how can it be used to clean up resources?

1 Answers   Wipro,


What are the new features in .net core?

0 Answers  


When displaying fonts, what is the difference between pixels, points and ems?

0 Answers  


When would you use .NET Remoting and when Web services?

1 Answers   Rolta,


what user controls are and what server controls are and the differences between the two.

0 Answers  






I'm having some trouble with cas. How can I troubleshoot the problem?

0 Answers  


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

8 Answers  


What is garbage collection in .net? Explain the garbage collection process?

0 Answers  


How do you trigger the paint event in system.drawing?

0 Answers  


why .net does not support multiple inheritance?

2 Answers   Microsoft,


What is cyclomatic complexity and why is it important?

0 Answers  


What is a variable of implicit type and what is its scope?

0 Answers  


Categories