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

What are Generics? Where do we use them.

2 Answers   Value Labs,


Is .net core stable?

0 Answers  


Explain the purpose of Remoting in .NET?

0 Answers   Petranics Solutions,


What is the root class in .net?

0 Answers  


Explain about the Common Language Runtime?

0 Answers  


What is a delegate in .NET?

1 Answers  


Please explain what is the difference between constants and read-only variables?

0 Answers  


is c#.net supports multiple inheritance?

10 Answers  


What is use of ContextUtil class?

1 Answers  


What are pdbs?

0 Answers  


What are the purposes of using .net?

0 Answers  


How many types of transactions are there in com + .net ?

0 Answers  


Categories