Prev Next
Answers (1)
PARTH Oct 08, 2020 13:07
Answer:   Managed execution process is a process where CLR executes the managed code. The steps involved in this process are:

1. Compiler needs to be chosen.
2. Convert the source code to MSIL now known as CIL.
3. Convert MSIL to Native code using JIT.
4. Executing code and various services.

Post Your Answer
Guest User

Not sure what solution is right for you?

Choose the right one for you.
Get the help of the experts and find a solution that best suits your needs.


Let`s Connect